Class LiveDataUpdateMode
Defines the constants that specifies how to update the data during data manipulation operation like add, remove and property change.
Inheritance
System.Object
LiveDataUpdateMode
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.Portable.dll
Syntax
public sealed class LiveDataUpdateMode : Enum
Fields
AllowDataShaping
Specifies that data operations sorting, grouping, filtering and summaries are updated based on data manipulation changes.
Declaration
public const LiveDataUpdateMode AllowDataShaping
Field Value
Type |
---|
LiveDataUpdateMode |
AllowSummaryUpdate
Specifies that summaries are updated based on data manipulation changes.
Declaration
public const LiveDataUpdateMode AllowSummaryUpdate
Field Value
Type |
---|
LiveDataUpdateMode |
Default
Specifies that data operations are not updated during data manipulation.
Declaration
public const LiveDataUpdateMode Default
Field Value
Type |
---|
LiveDataUpdateMode |