Class
ColumnHeaderActionContext

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

string

columnHeader

DataGridColumnHeader

Properties

ColumnHeader

Gets or sets the Tapped Header of the DataGrid.

Declaration

cs-api-definition
public DataGridColumnHeader ColumnHeader { get; set; }

Property Value

DataGridColumnHeader

Key

Gets or sets the key of the action.

Declaration

cs-api-definition
public string Key { get; set; }

Property Value

string