Skip to main content

TileItemCollection.GetEnumerator() Method

Returns an enumerator that iterates through the collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public IEnumerator<ITileItem> GetEnumerator()

Returns

Type Description
IEnumerator<DevExpress.XtraEditors.ITileItem>

An IEnumerator object that can be used to iterate through the collection.

See Also