Class ConditionalFormat
Represents a class that contains a condition, based on which formatting is applied in the PivotGridControl.
Inheritance
System.Object
ConditionalFormat
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.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public class ConditionalFormat
Constructors
ConditionalFormat()
Initializes a new instance of the ConditionalFormat class.
Declaration
public ConditionalFormat()
Properties
ConditionType
Gets or sets the type of the condition.
Declaration
public PivotGridDataConditionType ConditionType { get; set; }
Property Value
Type |
---|
PivotGridDataConditionType |
EndValue
Gets or sets the end value.
Declaration
public double EndValue { get; set; }
Property Value
Type |
---|
System.Double |
PredicateType
Gets or sets the type of the predicate.
Declaration
public PredicateType PredicateType { get; set; }
Property Value
Type |
---|
PredicateType |
StartValue
Gets or sets the start value.
Declaration
public double StartValue { get; set; }
Property Value
Type |
---|
System.Double |
SummaryElement
Gets or sets the Summary element.
Declaration
public string SummaryElement { get; set; }
Property Value
Type |
---|
System.String |