ASPxScheduler.OptionsView Property
Provides access to the Scheduler’s view options.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
ASPxSchedulerOptionsView | A ASPxSchedulerOptionsView object which provides access to the Scheduler’s view options. |
Remarks
The OptionsView provides access to a set of properties which specify the visibility and layout of visual elements. Refer to the ASPxSchedulerOptionsView class description for more information.
See Also