menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LiveDataUpdateMode - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved