Skip to main content
A newer version of this page is available.

SnapHyperlink.Target Property

Specifies the destination anchor of a hyperlink.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v20.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

string Target { get; set; }

Property Value

Type Description
String

A String value.

Remarks

This property has effect only upon documents that have been exported to HTML and opened in a web-browser.

See Also