TileItemCollection.GetEnumerator() Method
Returns an enumerator that iterates through the collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
| Type | Description |
|---|---|
| IEnumerator<DevExpress.XtraEditors.ITileItem> | An IEnumerator object that can be used to iterate through the collection. |
See Also