Class SerializablePivotGridDataConditionalFormat
Represents the information needed for formatting Pivot Grid based on conditions.
Inheritance
System.Object
SerializablePivotGridDataConditionalFormat
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class SerializablePivotGridDataConditionalFormat : Object
Constructors
SerializablePivotGridDataConditionalFormat()
Declaration
public SerializablePivotGridDataConditionalFormat()
Properties
CellStyle
Gets or sets the SerializablePivotGridCellStyle for the specified condition.
Declaration
public SerializablePivotGridCellStyle CellStyle { get; set; }
Property Value
Type |
---|
SerializablePivotGridCellStyle |
Conditions
Gets or sets the conditions.
Declaration
public ObservableCollection<SerializablePivotGridDataCondition> Conditions { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<SerializablePivotGridDataCondition> |
Name
Gets or sets the name for the conditional format.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |