CalendarSelection.GetEnumerator() Method
Returns an IEnumerator instance for the CalendarSelection collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Returns
Type | Description |
---|---|
IEnumerator<DateTime> | The IEnumerator for the collection. |
Remarks
Use this method to create a IEnumerator instance that can easily be iterated through, to get each item in the CalendarSelection collection.
Implements
See Also