Class DataGridColumnHeader
Data Grid Column Header UI control
Inheritance
System.Object
DataGridColumnHeader
Implements
Inherited Members
Namespace: EmptyKeys.UserInterface.Controls.Primitives
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class DataGridColumnHeader : Button, ICommandSource
Constructors
DataGridColumnHeader()
Initializes a new instance of the DataGridColumnHeader class.
Declaration
public DataGridColumnHeader()
Properties
Column
Gets the column.
Declaration
public DataGridColumn Column { get; }
Property Value
Type | Description |
---|---|
DataGridColumn | The column. |
Methods
OnClick()
Called when button is [clicked].
Declaration
protected override void OnClick()