Back to Devexpress

SchedulerSettings.OptionsCustomization Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-schedulersettings-b7730e88.md

latest1.4 KB
Original Source

SchedulerSettings.OptionsCustomization Property

Provides access to the options that regulate the functionality available to end-users.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public SchedulerOptionsCustomization OptionsCustomization { get; }
vb
Public ReadOnly Property OptionsCustomization As SchedulerOptionsCustomization

Property Value

TypeDescription
SchedulerOptionsCustomization

A SchedulerOptionsCustomization object which provides the scheduler’s customization options.

|

Remarks

Use the OptionsCustomization property to regulate the actions which end-users are allowed to perform with appointments.

See Also

SchedulerSettings Class

SchedulerSettings Members

DevExpress.Web.Mvc Namespace