SchedulerSettings.OptionsCustomization Property
In This Article
Provides access to the options that regulate the functionality available to end-users.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public SchedulerOptionsCustomization OptionsCustomization { get; }
#Property Value
Type | Description |
---|---|
Scheduler |
A Scheduler |
#Remarks
Use the OptionsCustomization property to regulate the actions which end-users are allowed to perform with appointments.
See Also