Class DataGridColumnAttribute
[AttributeUsage(AttributeTargets.Property, Inherited = false, AllowMultiple = false)]
public class DataGridColumnAttribute : Attribute, IDataGridColumn
- Inheritance
-
DataGridColumnAttribute
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
DataGridColumnAttribute()
public DataGridColumnAttribute()
DataGridColumnAttribute(string)
public DataGridColumnAttribute(string width)
Parameters
width
string
Properties
PropertyPath
"{0}.Property"
public string PropertyPath { get; set; }
Property Value
Template
public Type Template { get; set; }
Property Value
Width
public DataGridLength Width { get; set; }
Property Value
Methods
GetDataGridColumn(PropertyInfo)
public virtual DataGridColumn GetDataGridColumn(PropertyInfo propertyInfo)
Parameters
propertyInfo
PropertyInfo