Class Hyperlink
Defines hyper link options for exporting.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class Hyperlink
Constructors
Hyperlink()
Declaration
public Hyperlink()
Properties
DisplayText
Defines the display text for hyperlink.
Declaration
public string DisplayText { get; set; }
Property Value
| Type |
|---|
| string |
Target
Defines the Url for hyperlink.
Declaration
public string Target { get; set; }
Property Value
| Type |
|---|
| string |