ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotViewConditionalFormatSetting - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotViewConditionalFormatSetting

    Inheritance
    System.Object
    EJTagHelper
    PivotViewConditionalFormatSetting
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewConditionalFormatSetting : EJTagHelper

    Constructors

    PivotViewConditionalFormatSetting()

    Declaration
    public PivotViewConditionalFormatSetting()

    Properties

    ApplyGrandTotals

    Allows to apply conditional formatting to the grand totals of row and column axis in the pivot table.

    Declaration
    public bool ApplyGrandTotals { get; set; }
    Property Value
    Type Description
    System.Boolean

    Conditions

    Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional formatting.

    Declaration
    public Condition Conditions { get; set; }
    Property Value
    Type Description
    Condition

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    Label

    Allows to set the header text of a specific row/column field to apply conditional formatting.

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    System.String

    Measure

    Allows to set the value field name to apply conditional formatting.

    Declaration
    public string Measure { get; set; }
    Property Value
    Type Description
    System.String

    Style

    Allows to set the custom styles for the formatting applied values in the pivot table.

    Declaration
    public PivotViewStyle Style { get; set; }
    Property Value
    Type Description
    PivotViewStyle

    Value1

    Allows you to set the start value for applying conditional formatting.

    Declaration
    public double Value1 { get; set; }
    Property Value
    Type Description
    System.Double

    Value2

    Allows you to set the end value for applying conditional formatting.

    This option will be used by default when the operator Between and NotBetween is chosen to apply.

    Declaration
    public double Value2 { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved