Skip to main content

DocumentRange.Start Property

Gets the start position of the DocumentRange.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

DocumentPosition Start { get; }

#Property Value

Type Description
DocumentPosition

A DocumentPosition object representing the start of the text range.

See Also