menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IColumnAccessProvider - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IColumnAccessProvider

    Implements this interface to get the value for the column.

    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.Portable.dll
    Syntax
    public interface IColumnAccessProvider

    Properties

    ColumnName

    Gets or sets the name of the column.

    Declaration
    string ColumnName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the column.

    PropertyReflector

    Gets or sets the property access provider of the column.

    Declaration
    IPropertyAccessProvider PropertyReflector { get; set; }
    Property Value
    Type Description
    IPropertyAccessProvider

    The property access provider of the column.

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