TileItemCollection.GetEnumerator() Method
Returns an enumerator that iterates through the collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.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