DevExpress.Web.Scheduler 26.1.5-pre-26227

Prefix Reserved
This is a prerelease version of DevExpress.Web.Scheduler.
dotnet add package DevExpress.Web.Scheduler --version 26.1.5-pre-26227
                    
NuGet\Install-Package DevExpress.Web.Scheduler -Version 26.1.5-pre-26227
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DevExpress.Web.Scheduler" Version="26.1.5-pre-26227" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DevExpress.Web.Scheduler" Version="26.1.5-pre-26227" />
                    
Directory.Packages.props
<PackageReference Include="DevExpress.Web.Scheduler" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DevExpress.Web.Scheduler --version 26.1.5-pre-26227
                    
#r "nuget: DevExpress.Web.Scheduler, 26.1.5-pre-26227"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DevExpress.Web.Scheduler@26.1.5-pre-26227
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DevExpress.Web.Scheduler&version=26.1.5-pre-26227&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DevExpress.Web.Scheduler&version=26.1.5-pre-26227&prerelease
                    
Install as a Cake Tool

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

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on DevExpress.Web.Scheduler:

Package Downloads
DevExpress.Web.Mvc5

Target Platform/Framework: Web DevExpress Product Libraries Used: ASP.NET MVC 5 components (https://www.devexpress.com/mvc) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme), Reporting SBOM: https://sbom.devexpress.com/nuget/DevExpress.Web.Mvc5/26.1.5-pre-26227

DevExpress.Web.Mvc

Target Platform/Framework: Web DevExpress Product Libraries Used: ASP.NET MVC 5 components (https://www.devexpress.com/mvc) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme), Reporting SBOM: https://sbom.devexpress.com/nuget/DevExpress.Web.Mvc/26.1.5-pre-26227

DevExpress.Web.Bootstrap

Target Platform/Framework: Web DevExpress Product Libraries Used: ASP.NET WebForms UI components (https://www.devexpress.com/webforms) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme) SBOM: https://sbom.devexpress.com/nuget/DevExpress.Web.Bootstrap/26.1.5-pre-26227

DevExpress.ExpressApp.Scheduler.Web

Target Platform/Framework: Web DevExpress Product Libraries Used: XAF (Cross-Platform .NET App UI & Web API) (https://www.devexpress.com/xaf) Available in the following DevExpress Subscription(s): Universal

DevExpress.Web.Scheduler.de

Target Platform/Framework: Web DevExpress Product Libraries Used: ASP.NET WebForms UI components (https://www.devexpress.com/webforms) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme), Reporting SBOM: https://sbom.devexpress.com/nuget/DevExpress.Web.Scheduler.de/26.1.5-pre-26227

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
26.1.5-pre-26227 20 8/18/2026
26.1.4 941 8/7/2026
26.1.4-pre-26200 217 7/23/2026
26.1.4-pre-26190 215 7/14/2026
26.1.4-pre-26179 238 7/2/2026
26.1.3 6,140 6/18/2026
25.2.9 227 8/3/2026
25.2.8 1,692 6/10/2026
25.2.7 4,049 5/6/2026
25.2.6 3,826 4/7/2026
25.2.5 4,907 3/2/2026
25.2.4 7,735 2/3/2026
25.2.3 6,785 12/18/2025
25.1.13 285 7/31/2026
25.1.12 358 6/10/2026
25.1.11 807 5/5/2026
25.1.10 203 4/6/2026
25.1.9 208 3/2/2026
25.1.8 775 1/16/2026
Loading failed