A newer version of this page is available.
Switch to the current version.
SchedulerSettings.OptionsView Property
Provides access to the Scheduler's view options.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v19.1.dll
Declaration
public ASPxSchedulerOptionsView OptionsView { get; }
Public ReadOnly Property OptionsView As ASPxSchedulerOptionsView
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
Feedback