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

SchedulerOptionsCustomization Class

Provides customization options for the Scheduler control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public class SchedulerOptionsCustomization :
    SchedulerNotificationOptions

The following members return SchedulerOptionsCustomization objects:

Library Related API Members
WinForms Controls SchedulerControl.OptionsCustomization
ASP.NET Bootstrap Controls BootstrapScheduler.OptionsCustomization
BootstrapScheduler.OptionsEditing
eXpressApp Framework ASPxSchedulerListEditor.OptionsCustomization
SchedulerListEditor.OptionsCustomization
SchedulerListEditorBase.OptionsCustomization
ASP.NET Web Forms Controls ASPxScheduler.OptionsCustomization
SchedulerSettings.OptionsCustomization

Remarks

The SchedulerOptionsCustomization class provides a set of Boolean properties that control which parts of the scheduler’s functionality is available to end users. These options can be accessed via the control’s SchedulerControl.OptionsCustomization property.

See Also