Class
ActionContext

Represents an ActionContext class.

Definition

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

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ActionContext

Inheritance: objectActionContext

Constructors

ActionContext(DataGridColumn, ColumnHeaderFlyoutCommand)

Initializes a new instance of the ActionContext class.

Declaration

cs-api-definition
public ActionContext(DataGridColumn column, ColumnHeaderFlyoutCommand command)

Parameters

column

DataGridColumn

command

ColumnHeaderFlyoutCommand

Properties

CanFilter

Gets or sets a value indicating whether column can be filtered.

Declaration

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

Property Value

bool

CanGroup

Gets or sets a value indicating whether column can be grouped.

Declaration

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

Property Value

bool

CanSort

Gets or sets a value indicating whether information if column can be sorted.

Declaration

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

Property Value

bool

Column

Gets or sets the Column that uses the action context.

Declaration

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

Property Value

DataGridColumn

Command

Gets or sets the Command used by the ColumnHeader.

Declaration

cs-api-definition
public ColumnHeaderFlyoutCommand Command { get; set; }

Property Value

ColumnHeaderFlyoutCommand