Class
ColumnHeaderTapContext

Encapsulates the context of a DataGridCommand associated with the ColumnHeaderTap event.

Definition

Namespace:Telerik.UI.Xaml.Controls.Grid.Commands

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ColumnHeaderTapContext

Inheritance: objectColumnHeaderTapContext

Constructors

ColumnHeaderTapContext()

Declaration

cs-api-definition
public ColumnHeaderTapContext()

Properties

CanSort

Gets or sets a value indicating whether a user sort operation is allowed.

Declaration

cs-api-definition
public bool CanSort { get; set; }

Property Value

bool

Column

Gets or sets the DataGridColumn instance which header is actually Tapped.

Declaration

cs-api-definition
public DataGridColumn Column { get; set; }

Property Value

DataGridColumn

IsMultipleSortAllowed

Gets or sets a value indicating whether the user can sort by multiple keys or not.

Declaration

cs-api-definition
public bool IsMultipleSortAllowed { get; set; }

Property Value

bool