SortingCollection.GetEnumerator() Method
Returns a IEnumerator for the collection.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Returns
Type | Description |
---|---|
IEnumerator | An object which implements the IEnumerator interface. |
Remarks
Enumerators cannot be used to modify the underlying collection.
See Also