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

TileItemCollection.GetEnumerator() Method

Returns an enumerator that iterates through the collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

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