SchedulerSettings.Views Property
In This Article
Contains the settings of the Views that are used to represent information within the Scheduler control.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxSchedulerViewRepository Views { get; }
#Property Value
Type | Description |
---|---|
MVCx |
A MVCx |
#Remarks
The Views property provides access to settings for a particular view.
The currently selected View is determined by the SchedulerSettings.ActiveViewType property. Use this property to switch to another View.
See Also