Interface IColumnAccessProvider
Implements this interface to get the value for the column.
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.WPF.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. |