Skip to main content

SelectionCollection.Item[Int32] Property

Gets the selection specified by its index.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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
DocumentRange

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

See Also