Class SchemaAction
Specifies the action performed in the PivotTableFieldList.
Inheritance
System.Object
SchemaAction
Namespace: Syncfusion.Windows.Forms.PivotChart
Assembly: Syncfusion.PivotChart.Windows.dll
Syntax
public sealed class SchemaAction : Enum
Fields
ColumnsUpdate
Indicates that the column collection is getting changed.
Declaration
public const SchemaAction ColumnsUpdate
Field Value
| Type |
|---|
| SchemaAction |
FieldsUpdate
Indicates that the pivot table field list is getting changed.
Declaration
public const SchemaAction FieldsUpdate
Field Value
| Type |
|---|
| SchemaAction |
FiltersUpdate
Indicates that the filter collection is getting changed.
Declaration
public const SchemaAction FiltersUpdate
Field Value
| Type |
|---|
| SchemaAction |
RowsUpdate
Indicates that the rows collection is getting changed.
Declaration
public const SchemaAction RowsUpdate
Field Value
| Type |
|---|
| SchemaAction |
ValuesUpdate
Indicates that the value collection is changed.
Declaration
public const SchemaAction ValuesUpdate
Field Value
| Type |
|---|
| SchemaAction |