Class PivotViewHyperlinkSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewHyperlinkSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewHyperlinkSettingsBuilder : ControlBuilder
Constructors
PivotViewHyperlinkSettingsBuilder()
Declaration
public PivotViewHyperlinkSettingsBuilder()
PivotViewHyperlinkSettingsBuilder(PivotViewHyperlinkSettings)
Declaration
public PivotViewHyperlinkSettingsBuilder(PivotViewHyperlinkSettings model)
Parameters
Methods
ConditionalSettings(Action<PivotViewConditionalSettingBuilder>)
Declaration
public PivotViewHyperlinkSettingsBuilder ConditionalSettings(Action<PivotViewConditionalSettingBuilder> conditionalSettings)
Parameters
Returns
ConditionalSettings(List<PivotViewConditionalSetting>)
Allow options for setting the visibility of hyperlink based on specific condition. The options available here are as follows:
measure: Allows to specify the value field caption to get visibility of hyperlink option for specific measure.
condition: Allows to choose the operator type such as equals, greater than, less than, etc.
value1: Allows to set the start value.
value2: Allows to set the end value. This option will be used by default when the operator Between and NotBetween is chosen to apply.
Declaration
public PivotViewHyperlinkSettingsBuilder ConditionalSettings(List<PivotViewConditionalSetting> value)
Parameters
Returns
CssClass(String)
Allows to add the CSS class name to the hyperlink options. Use this class name to apply styles to a hyperlink easily.
Declaration
public PivotViewHyperlinkSettingsBuilder CssClass(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Header caption (row or column) used to set the visibility of hyperlink in the cells based on specific row or column header.
Declaration
public PivotViewHyperlinkSettingsBuilder HeaderText(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
ShowColumnHeaderHyperlink(Boolean)
Allows to set the visibility of hyperlink in column headers that are currently shown in the pivot table.
Declaration
public PivotViewHyperlinkSettingsBuilder ShowColumnHeaderHyperlink(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
Returns
ShowHyperlink(Boolean)
Allows to set the visibility of hyperlink in all cells that are currently shown in the pivot table.
Declaration
public PivotViewHyperlinkSettingsBuilder ShowHyperlink(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
Returns
Allows to set the visibility of hyperlink in row headers that are currently shown in the pivot table.
Declaration
public PivotViewHyperlinkSettingsBuilder ShowRowHeaderHyperlink(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
Returns
ShowSummaryCellHyperlink(Boolean)
Allows to set the visibility of hyperlink in summary cells that are currently shown in the pivot table.
Declaration
public PivotViewHyperlinkSettingsBuilder ShowSummaryCellHyperlink(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
Returns
ShowValueCellHyperlink(Boolean)
Allows to set the visibility of hyperlink in value cells that are currently shown in the pivot table.
Declaration
public PivotViewHyperlinkSettingsBuilder ShowValueCellHyperlink(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
Returns