Skip to main content

DocumentRange.End Property

Gets the end position of the DocumentRange.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

DocumentPosition End { get; }

#Property Value

Type Description
DocumentPosition

A DocumentPosition object representing the end of the text range.

See Also