Skip to main content

HyperlinkClickEventArgs.TargetUri Property

Gets the URI to which a hyperlink navigates.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string TargetUri { get; }

Property Value

Type Description
String

A string that specifies the target location of the hyperlink.

See Also