CalendarSelection.GetEnumerator() Method
In This Article
Returns an IEnumerator instance for the CalendarSelection collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public IEnumerator<DateTime> GetEnumerator()
#Returns
Type | Description |
---|---|
IEnumerator<Date |
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