WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataModelDynamicPropertiesProvider - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataModelDynamicPropertiesProvider

    Inheritance
    System.Object
    GridDataModelDynamicPropertiesProvider
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataModelDynamicPropertiesProvider : DynamicPropertiesProvider

    Constructors

    GridDataModelDynamicPropertiesProvider(GridDataQueryableCollectionViewWrapper)

    Declaration
    public GridDataModelDynamicPropertiesProvider(GridDataQueryableCollectionViewWrapper view)
    Parameters
    Type Name Description
    GridDataQueryableCollectionViewWrapper view

    Properties

    TableModel

    Declaration
    public GridDataTableModel TableModel { get; }
    Property Value
    Type Description
    GridDataTableModel

    Methods

    GetValue(Object, String)

    Declaration
    public override object GetValue(object record, string propName)
    Parameters
    Type Name Description
    System.Object record
    System.String propName
    Returns
    Type Description
    System.Object

    SetValue(Object, String, Object)

    Declaration
    public override bool SetValue(object record, string propName, object value)
    Parameters
    Type Name Description
    System.Object record
    System.String propName
    System.Object value
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved