Back to Devexpress

SchedulerOptionsCustomization Class

corelibraries-devexpress-dot-xtrascheduler-5785e763.md

latest2.6 KB
Original Source

SchedulerOptionsCustomization Class

Provides customization options for the Scheduler control.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class SchedulerOptionsCustomization :
    SchedulerNotificationOptions
vb
Public Class SchedulerOptionsCustomization
    Inherits SchedulerNotificationOptions

The following members return SchedulerOptionsCustomization objects:

LibraryRelated API Members
WinForms ControlsSchedulerControl.OptionsCustomization
ASP.NET Bootstrap ControlsBootstrapScheduler.OptionsEditing
ASP.NET Web Forms ControlsASPxScheduler.OptionsCustomization
ASP.NET MVC ExtensionsSchedulerSettings.OptionsCustomization

Remarks

The SchedulerControl.OptionsCustomization property provides access to a SchedulerOptionsCustomization object that contains options that enable customization features for users.

Inheritance

Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions SchedulerOptionsCustomization

See Also

SchedulerOptionsCustomization Members

OptionsCustomization

How to: Prevent End-Users from Editing Appointments

DevExpress.XtraScheduler Namespace