Enum SchemaAction
Specifies the action performed in the PivotTableFieldList.
Namespace: Syncfusion.Windows.Forms.PivotChart
Assembly: Syncfusion.PivotChart.Windows.dll
Syntax
public enum SchemaAction
Fields
Name | Description |
---|---|
ColumnsUpdate | Indicates that the column collection is getting changed. |
FieldsUpdate | Indicates that the pivot table field list is getting changed. |
FiltersUpdate | Indicates that the filter collection is getting changed. |
RowsUpdate | Indicates that the rows collection is getting changed. |
ValuesUpdate | Indicates that the value collection is changed. |