Class DataGridTemplateColumn
Implements Data Grid template column for custom defined cells
Inherited Members
Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class DataGridTemplateColumn : DataGridColumn
Constructors
DataGridTemplateColumn()
Initializes a new instance of the DataGridTemplateColumn class.
Declaration
public DataGridTemplateColumn()
Fields
CellTemplateProperty
The cell template property
Declaration
public static readonly DependencyProperty CellTemplateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
CellTemplate
Gets or sets the cell template.
Declaration
public DataTemplate CellTemplate { get; set; }
Property Value
Type | Description |
---|---|
DataTemplate | The cell template. |