Enum LiveDataUpdateMode
Defines the constants that specifies how to update the data during data manipulation operation like add, remove and property change.
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.WinForms.dll
Syntax
[Flags]
public enum LiveDataUpdateMode
Fields
Name | Description |
---|---|
AllowChildViewUpdate | Specifies that child view items source gets updated when property mapped with GridViewDefinition.RelationalColumn changed. |
AllowDataShaping | Specifies that data operations sorting, grouping, filtering and summaries are updated based on data manipulation changes. |
AllowSummaryUpdate | Specifies that summaries are updated based on data manipulation changes. |
Default | Specifies that data operations are not updated during data manipulation. |