Class SerializablePivotGridDataCondition
Represents the data condition used for formatting Pivot Grid.
Inheritance
System.Object
SerializablePivotGridDataCondition
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class SerializablePivotGridDataCondition : Object
Constructors
SerializablePivotGridDataCondition()
Declaration
public SerializablePivotGridDataCondition()
Properties
ConditionType
Gets or sets the type of the condition.
Declaration
public PivotGridDataConditionType ConditionType { get; set; }
Property Value
Type | Description |
---|---|
PivotGridDataConditionType | The type of the condition. |
MeasureElement
Gets or sets the name of measure element for which formatting need to be applied.
Declaration
public string MeasureElement { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the measure element. |
PredicateType
Gets or sets the type of the predicate.
Declaration
public PredicateType PredicateType { get; set; }
Property Value
Type | Description |
---|---|
PredicateType | The type of the predicate. |
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The value. |