Back to Devexpress

DocumentHyperlink.Anchor Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-documenthyperlink.md

latest1.2 KB
Original Source

DocumentHyperlink.Anchor Property

Gets the name of a bookmark which will be the target of the DocumentHyperlink object.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public string Anchor { get; }
vb
Public ReadOnly Property Anchor As String

Property Value

TypeDescription
String

A String object that is the bookmark’s name.

|

See Also

DocumentHyperlink Class

DocumentHyperlink Members

DevExpress.XtraRichEdit.API.Native Namespace