SelectionCollection.Item[Int32] Property
In This Article
Gets the selection specified by its index.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public DocumentRange this[int index] { get; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer that is the index in the collection. |
#Property Value
Type | Description |
---|---|
Document |
A Document |
See Also