Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SelectionCollection.Item[Int32] Property

Gets the selection specified by its index.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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