Skip to main content

SchedulerListEditor.OptionsCustomization Property

Provides access to the scheduler’s customization options.

Namespace: DevExpress.ExpressApp.Scheduler.Win

Assembly: DevExpress.ExpressApp.Scheduler.Win.v25.2.dll

NuGet Package: DevExpress.ExpressApp.Scheduler.Win

Declaration

public override object OptionsCustomization { get; }

Property Value

Type Description
Object

A SchedulerOptionsCustomization object representing the scheduler’s customization options.

Remarks

For additional information, refer to the SchedulerControl.OptionsCustomization property description.

See Also