Class SchemaChangeHints
Specifies the which action is needs to be taken in PivotGrid control dynamically when perfomring any operation.
Inheritance
System.Object
SchemaChangeHints
Namespace: Syncfusion.PivotAnalysis.UWP
Assembly: Syncfusion.PivotAnalysis.UWP.dll
Syntax
public sealed class SchemaChangeHints : Enum
Fields
CalculationChanged
Indicate that the engine should re-populate based on selected calculation type.
Declaration
public const SchemaChangeHints CalculationChanged
Field Value
Type |
---|
SchemaChangeHints |
GrandTotalVisibility
Indicate the engine's GrandTotalVisibility property has changed.
Declaration
public const SchemaChangeHints GrandTotalVisibility
Field Value
Type |
---|
SchemaChangeHints |
HeadersChanged
Indicate that the engine should re-populate the headers based on field headers.
Declaration
public const SchemaChangeHints HeadersChanged
Field Value
Type |
---|
SchemaChangeHints |
None
No specific information available about the change. The entire engine should be populated to ensure the change is properly reflected.
Declaration
public const SchemaChangeHints None
Field Value
Type |
---|
SchemaChangeHints |
RowAdded
Indicate that the engine should refresh because of a new row being added.
Declaration
public const SchemaChangeHints RowAdded
Field Value
Type |
---|
SchemaChangeHints |