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

SchedulerSettings.Views Property

Contains the settings of the Views that are used to represent information within the Scheduler control.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public MVCxSchedulerViewRepository Views { get; }

Property Value

Type Description
MVCxSchedulerViewRepository

A MVCxSchedulerViewRepository object that stores the settings of the scheduler views.

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