Class PivotViewHyperlinkSettings
Inheritance
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewHyperlinkSettings : EJTagHelper
Constructors
PivotViewHyperlinkSettings()
Declaration
public PivotViewHyperlinkSettings()
Properties
ConditionalSettings
Allow options for setting the visibility of hyperlink based on specific condition. The options available here are as follows:
measure
: Allows you to specify the value field caption to get visibility of hyperlink option for specific measure.
condition
: Allows you to choose the operator type such as equals, greater than, less than, etc.
value1
: Allows you to set the start value.
value2
: Allows you to set the end value. This option will be used by default when the operator Between and NotBetween is chosen to apply.
Declaration
public List<PivotViewConditionalSetting> ConditionalSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Syncfusion.EJ2.PivotView.PivotViewConditionalSetting> | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
CssClass
Allows you to add the CSS class name to the hyperlink options. Use this class name you can apply styles to a hyperlink easily at your end.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
HeaderText
Allows you to set the visibility of hyperlink in the cells based on specific row or column header.
Declaration
public string HeaderText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
ShowColumnHeaderHyperlink
Allows you to set the visibility of hyperlink in column headers that are currently shown in the pivot table.
Declaration
public bool ShowColumnHeaderHyperlink { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
ShowHyperlink
Allows you to set the visibility of hyperlink in all cells that are currently shown in the pivot table.
Declaration
public bool ShowHyperlink { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
ShowRowHeaderHyperlink
Allows you to set the visibility of hyperlink in row headers that are currently shown in the pivot table.
Declaration
public bool ShowRowHeaderHyperlink { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
ShowSummaryCellHyperlink
Allows you to set the visibility of hyperlink in summary cells that are currently shown in the pivot table.
Declaration
public bool ShowSummaryCellHyperlink { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
ShowValueCellHyperlink
Allows you to set the visibility of hyperlink in value cells that are currently shown in the pivot table.
Declaration
public bool ShowValueCellHyperlink { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |