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.UI.Xaml.Data
Assembly: Syncfusion.Data.WinUI.dll
Syntax
public sealed class LiveDataUpdateMode : EnumFields
AllowChildViewUpdate
Specifies that child view items source gets updated when property mapped with GridViewDefinition.RelationalColumn changed.
Declaration
public const LiveDataUpdateMode AllowChildViewUpdateField Value
| Type | 
|---|
| LiveDataUpdateMode | 
AllowDataShaping
Specifies that data operations sorting, grouping, filtering and summaries are updated based on data manipulation changes.
Declaration
public const LiveDataUpdateMode AllowDataShapingField Value
| Type | 
|---|
| LiveDataUpdateMode | 
AllowSummaryUpdate
Specifies that summaries are updated based on data manipulation changes.
Declaration
public const LiveDataUpdateMode AllowSummaryUpdateField Value
| Type | 
|---|
| LiveDataUpdateMode | 
Default
Specifies that data operations are not updated during data manipulation.
Declaration
public const LiveDataUpdateMode DefaultField Value
| Type | 
|---|
| LiveDataUpdateMode |