Class DataGridBoundColumn
Implements base class for Data Grid columns, which are bound to data
Inheritance
System.Object
DataGridBoundColumn
Inherited Members
Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public abstract class DataGridBoundColumn : DataGridColumn
Constructors
DataGridBoundColumn()
Initializes a new instance of the DataGridBoundColumn class.
Declaration
public DataGridBoundColumn()
Fields
ElementStyleProperty
The element style property
Declaration
public static readonly DependencyProperty ElementStyleProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
Binding
Gets or sets the binding.
Declaration
public Binding Binding { get; set; }
Property Value
Type | Description |
---|---|
Binding | The binding. |
ElementStyle
Gets or sets the element style.
Declaration
public Style ElementStyle { get; set; }
Property Value
Type | Description |
---|---|
Style | The element style. |