Skip to main content

GotoDateFormTemplateContainer.ViewsDataSource Property

Gets a list of enabled ASPxScheduler Views.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

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