GotoDateFormTemplateContainer.ViewsDataSource Property
Gets a list of enabled ASPxScheduler Views.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
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