Skip to main content

Bookmark.Range Property

Gets the range that represents the part of a document contained in the bookmark.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

DocumentRange Range { get; }

Property Value

Type Description
DocumentRange

A DocumentRange object representing the document range contained in the bookmark.

See Also