SelectionCollection.GetEnumerator() Method
Returns an enumerator that iterates through the SelectionCollection instance.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Returns
| Type | Description |
|---|---|
| IEnumerator<DocumentRange> | A IEnumerator for the SelectionCollection instance. |
Implements
See Also