menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotViewHyperlinkSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotViewHyperlinkSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    PivotViewHyperlinkSettingsBuilder
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewHyperlinkSettingsBuilder : ControlBuilder

    Constructors

    PivotViewHyperlinkSettingsBuilder()

    Declaration
    public PivotViewHyperlinkSettingsBuilder()

    PivotViewHyperlinkSettingsBuilder(PivotViewHyperlinkSettings)

    Declaration
    public PivotViewHyperlinkSettingsBuilder(PivotViewHyperlinkSettings model)
    Parameters
    Type Name Description
    PivotViewHyperlinkSettings model

    Methods

    ConditionalSettings(Action<PivotViewConditionalSettingBuilder>)

    Declaration
    public PivotViewHyperlinkSettingsBuilder ConditionalSettings(Action<PivotViewConditionalSettingBuilder> conditionalSettings)
    Parameters
    Type Name Description
    System.Action<PivotViewConditionalSettingBuilder> conditionalSettings
    Returns
    Type
    PivotViewHyperlinkSettingsBuilder

    ConditionalSettings(List<PivotViewConditionalSetting>)

    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 PivotViewHyperlinkSettingsBuilder ConditionalSettings(List<PivotViewConditionalSetting> value)
    Parameters
    Type Name Description
    System.Collections.Generic.List<PivotViewConditionalSetting> value
    Returns
    Type
    PivotViewHyperlinkSettingsBuilder

    CssClass(String)

    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 PivotViewHyperlinkSettingsBuilder CssClass(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    PivotViewHyperlinkSettingsBuilder

    HeaderText(String)

    Allows you 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
    Type
    PivotViewHyperlinkSettingsBuilder

    ShowColumnHeaderHyperlink(Boolean)

    Allows you 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
    Type
    PivotViewHyperlinkSettingsBuilder

    ShowHyperlink(Boolean)

    Allows you 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
    Type
    PivotViewHyperlinkSettingsBuilder

    ShowRowHeaderHyperlink(Boolean)

    Allows you 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
    Type
    PivotViewHyperlinkSettingsBuilder

    ShowSummaryCellHyperlink(Boolean)

    Allows you 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
    Type
    PivotViewHyperlinkSettingsBuilder

    ShowValueCellHyperlink(Boolean)

    Allows you 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
    Type
    PivotViewHyperlinkSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved