Class Hyperlink
Represents options for defining hyperlinks for exporting.
Inheritance
System.Object
Hyperlink
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.TreeGridExport
Assembly: Syncfusion.EJ2.GridExport.dll
Syntax
public class Hyperlink
Remarks
This class defines the options that can be used to create hyperlinks when exporting data. Hyperlinks provide a way to link to external resources or other parts of the document.
Constructors
Hyperlink()
Declaration
public Hyperlink()
Properties
DisplayText
Gets or sets the display text for the hyperlink.
Declaration
public string DisplayText { get; set; }
Property Value
Type |
---|
System.String |
Target
Gets or sets the URL for the hyperlink.
Declaration
public string Target { get; set; }
Property Value
Type |
---|
System.String |