Back to Devexpress

DocumentHyperlink.Target Property

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

latest1.2 KB
Original Source

DocumentHyperlink.Target Property

Gets the target window or frame in which to display the web page content when the hyperlink is clicked.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
String

A string, representing a predefined name of the target window (frame).

|

See Also

DocumentHyperlink Class

DocumentHyperlink Members

DevExpress.XtraRichEdit.API.Native Namespace