WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum LiveDataUpdateMode

    Show / Hide Table of Contents

    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.WPF.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved