Xamarin.Forms

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

    Show / Hide Table of Contents

    Class LiveDataUpdateMode

    Defines the options to refresh the collection when modify data at runtime.

    Inheritance
    System.Object
    LiveDataUpdateMode
    Namespace: Syncfusion.DataSource
    Assembly: Syncfusion.DataSource.Portable.dll
    Syntax
    public sealed class LiveDataUpdateMode : Enum

    Fields

    AllowDataShaping

    Allows updating the collection at run-time.

    Declaration
    public const LiveDataUpdateMode AllowDataShaping
    Field Value
    Type Description
    LiveDataUpdateMode

    Default

    Does not update the collection at run-time.

    Declaration
    public const LiveDataUpdateMode Default
    Field Value
    Type Description
    LiveDataUpdateMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved