Skip to main content
A newer version of this page is available. .

SchedulerListEditorBase.OptionsCustomization Property

Provides access to the scheduler’s customization options.

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v18.2.dll

Declaration

public abstract SchedulerOptionsCustomization OptionsCustomization { get; }

Property Value

Type Description
SchedulerOptionsCustomization

A SchedulerOptionsCustomization object representing the scheduler’s customization options.

Remarks

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

See Also