Back to Devexpress

ASPxScheduler.OptionsCustomization Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-aspxscheduler-93bfe2ee.md

latest1.6 KB
Original Source

ASPxScheduler.OptionsCustomization Property

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

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

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

How to: Prevent End-Users from Editing Appointments

ASPxScheduler Class

ASPxScheduler Members

DevExpress.Web.ASPxScheduler Namespace