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

GotoDateFormTemplateContainer.ViewsDataSource Property

Gets a list of enabled ASPxScheduler Views.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public IEnumerable ViewsDataSource { get; }

Property Value

Type Description
IEnumerable

An object, supporting the IEnumerable interface, which contains view names.

Remarks

Use this property to populate a control on the GotoDate form, with the names of enabled views.

See Also