A newer version of this page is available.
Switch to the current version.
SchedulerListEditor.OptionsCustomization Property
Provides access to the scheduler's customization options.
Namespace: DevExpress.ExpressApp.Scheduler.Win
Assembly: DevExpress.ExpressApp.Scheduler.Win.v19.1.dll
Declaration
public override SchedulerOptionsCustomization OptionsCustomization { get; }
Public Overrides ReadOnly Property OptionsCustomization As SchedulerOptionsCustomization
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
Feedback