ClassColumnHeaderActionContext
Class
Represents the execution context of a ColumnHeaderActionCommand command.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class ColumnHeaderActionContext
Inheritance: objectColumnHeaderActionContext
Constructors
ColumnHeaderActionContext(string, DataGridColumnHeader)
Initializes a new instance of the ColumnHeaderActionContext class.
Declaration
cs-api-definition
public ColumnHeaderActionContext(string key, DataGridColumnHeader columnHeader)
Parameters
key
columnHeader
Properties
ColumnHeader
Gets or sets the Tapped Header of the DataGrid.
Declaration
cs-api-definition
public DataGridColumnHeader ColumnHeader { get; set; }
Property Value