Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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