Back to Devexpress

Hyperlink.Range Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-hyperlink-e235f6d3.md

latest1.2 KB
Original Source

Hyperlink.Range Property

Gets the document range associated with the hyperlink.

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

A DocumentRange object representing the document range occupied by a hyperlink.

|

See Also

Hyperlink Interface

Hyperlink Members

DevExpress.XtraRichEdit.API.Native Namespace