Skip to main content
Tab

CalendarSelection.GetEnumerator() Method

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<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