Note.Range Property
In This Article
Provides access to the range that the note reference occupies.
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 |
The document range occupied by the reference mark. |
See Also