Class PivotGridConstants
Class that holds different Grid constants.
Inheritance
System.Object
PivotGridConstants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.PivotAnalysis.Base
Assembly: Syncfusion.PivotAnalysis.Base.dll
Syntax
public class PivotGridConstants
Constructors
PivotGridConstants()
Declaration
public PivotGridConstants()
Fields
AllString
Variable that holds all the values in filter.
Declaration
public const string AllString = "(All)"
Field Value
Type |
---|
System.String |
TotalString
Holds the holds "Total" string.
Declaration
public const string TotalString = "Total"
Field Value
Type |
---|
System.String |