Skip to main content
A newer version of this page is available. .
Tab

CalendarSelection.GetEnumerator() Method

Returns an IEnumerator instance for the CalendarSelection collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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