Back to Devexpress

Note.Range Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-note-75e6fd50.md

latest1.1 KB
Original Source

Note.Range Property

Provides access to the range that the note reference occupies.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
DocumentRange Range { get; }
vb
ReadOnly Property Range As DocumentRange

Property Value

TypeDescription
DocumentRange

The document range occupied by the reference mark.

|

See Also

Note Interface

Note Members

DevExpress.XtraRichEdit.API.Native Namespace