ClassColumnHeaderTapContext
Class
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.
Column
Gets or sets the DataGridColumn instance which header is actually Tapped.
Declaration
cs-api-definition
public DataGridColumn Column { get; set; }
Property Value
IsMultipleSortAllowed
Gets or sets a value indicating whether the user can sort by multiple keys or not.