Class DataGridCell
Cell of data grid row
Inherited Members
Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class DataGridCell : ContentControl
Constructors
DataGridCell()
Initializes a new instance of the DataGridCell class.
Declaration
public DataGridCell()
Fields
ColumnProperty
The column property
Declaration
public static readonly DependencyProperty ColumnProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
Column
Gets or sets the column.
Declaration
public DataGridColumn Column { get; set; }
Property Value
Type | Description |
---|---|
DataGridColumn | The column. |