Back to Devexpress

SelectionCollection.Item[Int32] Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-selectioncollection-dot-item-x28-system-dot-int32-x29.md

latest1.5 KB
Original Source

SelectionCollection.Item[Int32] Property

Gets the selection specified by its index.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public DocumentRange this[int index] { get; }
vb
Public ReadOnly Property Item(index As Integer) As DocumentRange

Parameters

NameTypeDescription
indexInt32

An integer that is the index in the collection.

|

Property Value

TypeDescription
DocumentRange

A DocumentRange object that is the selected range in the collection.

|

See Also

SelectionCollection Class

SelectionCollection Members

DevExpress.XtraRichEdit.API.Native Namespace