ASPxSchedulerListEditor.OptionsCustomization Property
In This Article
Provides access to the scheduler’s customization options.
Namespace: DevExpress.ExpressApp.Scheduler.Web
Assembly: DevExpress.ExpressApp.Scheduler.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Scheduler.Web
#Declaration
public override SchedulerOptionsCustomization OptionsCustomization { get; }
#Property Value
Type | Description |
---|---|
Scheduler |
A Scheduler |
#Remarks
For additional information, refer to the SchedulerControl.OptionsCustomization property description.
See Also