menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class DataReflectionMode

    Defines the constants for specifying different data mode performed in view.

    Inheritance
    System.Object
    DataReflectionMode
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.Portable.dll
    Syntax
    public sealed class DataReflectionMode : Enum

    Fields

    Default

    Data operations are based on Mapping Name.

    Declaration
    public const DataReflectionMode Default
    Field Value
    Type
    DataReflectionMode

    Display

    Data operations are based on formatted display value.

    Declaration
    public const DataReflectionMode Display
    Field Value
    Type
    DataReflectionMode

    Value

    Data operations are based on mapped property value.

    Declaration
    public const DataReflectionMode Value
    Field Value
    Type
    DataReflectionMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved