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