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

ASPxScheduler.OptionsCustomization Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public SchedulerOptionsCustomization OptionsCustomization { get; }

Property Value

Type Description
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