SchedulerSettings.OptionsView Property
In This Article
Provides access to the Scheduler’s view options.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ASPxSchedulerOptionsView OptionsView { get; }
#Property Value
Type | Description |
---|---|
ASPx |
A ASPx |
#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