Class PivotGridDataCondition
Class that defines the conditional settings for PivotGridControl to apply.
Inheritance
System.Object
PivotGridDataCondition
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class PivotGridDataCondition : Freezable
Constructors
PivotGridDataCondition()
Constructor that holds collection of condition property.
Declaration
public PivotGridDataCondition()
Fields
ConditionTypeProperty
DependencyProperty for ConditionType property.
Declaration
public static readonly DependencyProperty ConditionTypeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
PredicateTypeProperty
DependencyProperty for PredicateType property.
Declaration
public static readonly DependencyProperty PredicateTypeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SummaryElementProperty
DependencyProperty for SummaryElement property.
Declaration
public static readonly DependencyProperty SummaryElementProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ValueProperty
DependencyProperty for Value property.
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
ConditionType
Gets or sets the condition type used for conditional formatting.
Declaration
public PivotGridDataConditionType ConditionType { get; set; }
Property Value
Type | Description |
---|---|
PivotGridDataConditionType | The condition type. |
PredicateType
Gets or sets the predicate type to perform AND/OR operations on filters.
Declaration
public PredicateType PredicateType { get; set; }
Property Value
Type |
---|
Syncfusion.Windows.Data.PredicateType |
SummaryElement
Gets or sets the name of the summary element for which formatting need to be applied.
Declaration
public string SummaryElement { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the summary element. |
Value
Filters the cells based on the given value.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The value. |
Methods
CreateInstanceCore()
Creates the new instance for applying conditional formats
Declaration
protected override Freezable CreateInstanceCore()
Returns
Type |
---|
System.Windows.Freezable |