SchedulerOptionsCustomization Class
In This Article
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
#Related API Members
The following members return SchedulerOptionsCustomization objects:
Library | Related API Members |
---|---|
Win |
Scheduler |
ASP. |
Bootstrap |
ASP. |
ASPx |
XAF: Cross-Platform .NET App UI & Web API | ASPx |
ASP. |
Scheduler |
#Remarks
The SchedulerControl.OptionsCustomization property provides access to a SchedulerOptionsCustomization
object that contains options that enable customization features for users.
#Inheritance
Object
ViewStatePersisterCore
BaseOptions
SchedulerNotificationOptions
SchedulerOptionsCustomization
See Also