Skip to main content

SchedulerOptionsCustomization Class

Provides customization options for the Scheduler control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public class SchedulerOptionsCustomization :
    SchedulerNotificationOptions

The following members return SchedulerOptionsCustomization objects:

Library Related API Members
WinForms Controls SchedulerControl.OptionsCustomization
ASP.NET Bootstrap Controls BootstrapScheduler.OptionsEditing
ASP.NET Web Forms Controls ASPxScheduler.OptionsCustomization
XAF: Cross-Platform .NET App UI & Web API ASPxSchedulerListEditor.OptionsCustomization
ASP.NET MVC Extensions SchedulerSettings.OptionsCustomization

#Remarks

The SchedulerControl.OptionsCustomization property provides access to a SchedulerOptionsCustomization object that contains options that enable customization features for users.

See Also