Bookmark.Range Property
In This Article
Gets the range that represents the part of a document contained in the bookmark.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
DocumentRange Range { get; }
#Property Value
Type | Description |
---|---|
Document |
A Document |
See Also