Class HyperlinkSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.Pivot.dll
Syntax
public class HyperlinkSettings : EJTagHelper
Constructors
HyperlinkSettings()
Declaration
public HyperlinkSettings()
Properties
EnableColumnHeaderHyperlink
Declaration
[JsonProperty("enableColumnHeaderHyperlink")]
public bool EnableColumnHeaderHyperlink { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableRowHeaderHyperlink
Declaration
[JsonProperty("enableRowHeaderHyperlink")]
public bool EnableRowHeaderHyperlink { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableSummaryCellHyperlink
Declaration
[JsonProperty("enableSummaryCellHyperlink")]
public bool EnableSummaryCellHyperlink { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableValueCellHyperlink
Declaration
[JsonProperty("enableValueCellHyperlink")]
public bool EnableValueCellHyperlink { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |