DevExpress.Web.Scheduler 26.1.5-pre-26227

DevExpress ASP.NET Web Forms Scheduler

The DevExpress ASP.NET Scheduler is an Outlook-inspired control that allows you to display detailed snapshots of events/appointments within your ASP.NET Web Forms application across a single day, week, or month.

Key Features

  • Multiple view types: Day, Week, Work Week, Month, Timeline, Agenda, and Full Week
  • Resources (side-by-side calendar display)
  • Appointment management: create, edit, select, and delete operations
  • Drag & drop support
  • One-time and recurring appointments
  • UI customization APIs
  • Print and export capabilities
  • Responsive and adaptive layout

Examples

Install the DevExpress.Web.Scheduler NuGet package:

dotnet add package DevExpress.Web.Scheduler

Example 1: Create a Scheduler at Design Time

<dx:ASPxScheduler ID="ASPxScheduler1" runat="server" AppointmentDataSourceID="AppointmentDataSource" 
ResourceDataSourceID="efResourceDataSource" Start="2017, 10, 17" ActiveViewType="Month">
    <Views>
        <DayView Enabled="true" />
        <FullWeekView Enabled="true" />
    </Views>
    <Storage EnableReminders="false" />
</dx:ASPxScheduler>

Example 2: Create a Scheduler at Runtime

C#

using DevExpress.Web.ASPxScheduler;
// ...
protected void Page_Load(object sender, EventArgs e) {
    ASPxScheduler scheduler = new ASPxScheduler();
    scheduler.ID = "ASPxScheduler1";
    scheduler.Views.DayView.Enabled = true;
    scheduler.Views.FullWeekView.Enabled = true;
    scheduler.AppointmentDataSourceID = "AppointmentDataSource";
    scheduler.ResourceDataSourceID = "efResourceDataSource";
    scheduler.Storage.EnableReminders = false;
    scheduler.ActiveViewType = DevExpress.XtraScheduler.SchedulerViewType.Month;
    Page.Form.Controls.Add(scheduler); // Adds the scheduler control to the form
}

VB.NET

Imports DevExpress.Web.ASPxScheduler
' ...
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
    Dim scheduler As ASPxScheduler = New ASPxScheduler()
    scheduler.ID = "ASPxScheduler1"
    scheduler.Views.DayView.Enabled = True
    scheduler.Views.FullWeekView.Enabled = True
    scheduler.AppointmentDataSourceID = "AppointmentDataSource"
    scheduler.ResourceDataSourceID = "efResourceDataSource"
    scheduler.Storage.EnableReminders = False
    scheduler.ActiveViewType = DevExpress.XtraScheduler.SchedulerViewType.Month
    Page.Form.Controls.Add(scheduler)
End Sub

Demos

DevExpress.Web - Implements core functionality for DevExpress ASP.NET Web Forms Controls.

dotnet add package DevExpress.Web

DevExpress.Web.Themes - DevExpress Themes for ASP.NET Applications.

dotnet add package DevExpress.Web.Themes

Documentation

Evaluation Period, Pricing Options, and Licensing Terms

Whether you own a license or want to start a 30-day evaluation period, download and register your DevExpress license key. To obtain your key, log in to the DevExpress Download Manager. Use your existing DevExpress.com account or create a new account for free. For key registration instructions, see License Key for DevExpress Products.

If you purchase a license after evaluating a product, re-register your updated DevExpress license key to remove evaluation version warnings/messages.

This package is included in the following commercial subscriptions:

See DevExpress Subscriptions & Licensing for subscription comparison tables, purchasing FAQ, and licensing information.

Software Bill of Materials (SBOM)

To access SBOM files for DevExpress packages, please refer to the following article: Software Bill of Materials (SBOM) for DevExpress .NET assemblies/NuGet packages, JavaScript, VCL and other redistributable artifacts.

See Also: Information Security | Security - What You Need to Know

Useful Online Resources

Showing the top 20 packages that depend on DevExpress.Web.Scheduler.

Packages Downloads
DevExpress.Web.Mvc
This package implements the common functionality of DevExpress Extensions for ASP.NET MVC.
22
DevExpress.Web.Mvc
This package implements the common functionality of DevExpress Extensions for ASP.NET MVC.
18
DevExpress.Web.Mvc
This package implements the common functionality of DevExpress Extensions for ASP.NET MVC.
16
DevExpress.Web.Mvc
This package implements the common functionality of DevExpress Extensions for ASP.NET MVC.
14
DevExpress.Web.Scheduler.ru
This package implements the functionality related to DevExpress ASP.NET Scheduler.
13
DevExpress.Web.Mvc
This package implements the common functionality of DevExpress Extensions for ASP.NET MVC.
13
DevExpress.Web.Bootstrap
This package implements the functionality of DevExpress Bootstrap-enabled ASP.NET WebForms controls.
13
DevExpress.Web.Mvc5
This package implements the common functionality of DevExpress Extensions for ASP.NET MVC.
11
DevExpress.Web.Scheduler.es
This package implements the functionality related to DevExpress ASP.NET Scheduler.
10
DevExpress.Web.Scheduler.ja
This package implements the functionality related to DevExpress ASP.NET Scheduler.
10
DevExpress.Web.Scheduler.es
This package implements the functionality related to DevExpress ASP.NET Scheduler.
9
DevExpress.Web.Scheduler.ja
This package implements the functionality related to DevExpress ASP.NET Scheduler.
9
DevExpress.Web.Mvc5
This package implements the common functionality of DevExpress Extensions for ASP.NET MVC.
9
DevExpress.ExpressApp.Scheduler.Web
The Scheduler module for XAF ASP.NET WebForms apps.
8
DevExpress.Web.Mvc5
This package implements the common functionality of DevExpress Extensions for ASP.NET MVC.
8
DevExpress.Web.Scheduler.de
This package implements the functionality related to DevExpress ASP.NET Scheduler.
8
DevExpress.Web.Scheduler.es
This package implements the functionality related to DevExpress ASP.NET Scheduler.
8
DevExpress.Web.Scheduler.ja
This package implements the functionality related to DevExpress ASP.NET Scheduler.
8

.NET Framework 4.6.2

Version Downloads Last updated
26.1.5-pre-26227 1 08/18/2026
26.1.4 1 08/17/2026
26.1.4-pre-26200 1 08/17/2026
26.1.4-pre-26190 1 08/18/2026
26.1.4-pre-26179 1 08/18/2026
26.1.3 1 08/17/2026
25.2.9 1 08/18/2026
25.2.8 1 08/18/2026
25.2.7 1 08/17/2026
25.2.6 1 04/10/2026
25.2.5 0 03/02/2026
25.2.4 1 02/19/2026
25.2.3 3 01/20/2026
25.1.13 1 08/17/2026
25.1.12 1 08/17/2026
25.1.11 1 08/17/2026
25.1.10 1 04/10/2026
25.1.9 0 03/02/2026
25.1.8 2 01/20/2026
25.1.7 2 01/20/2026
25.1.6 4 12/17/2025
25.1.5 3 12/17/2025
25.1.4 3 12/17/2025
25.1.3 8 09/01/2025
24.1.4 9 07/22/2024
24.1.3 8 07/24/2024
23.1.6 9 12/01/2023
23.1.3 8 07/04/2023
21.2.3 7 06/19/2023