Table of Contents

Interface IDataGridColumn

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public interface IDataGridColumn
Extension Methods

Properties

PropertyPath

string PropertyPath { get; set; }

Property Value

string

Template

Type Template { get; set; }

Property Value

Type

Width

DataGridLength Width { get; set; }

Property Value

DataGridLength

Methods

GetDataGridColumn(PropertyInfo)

DataGridColumn GetDataGridColumn(PropertyInfo propertyInfo)

Parameters

propertyInfo PropertyInfo

Returns

DataGridColumn