Class
FilterRequestedContext

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

Definition

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

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class FilterRequestedContext

Inheritance: objectFilterRequestedContext

Constructors

FilterRequestedContext()

Declaration

cs-api-definition
public FilterRequestedContext()

Properties

Column

Gets the DataGridColumn instance that will be filtered.

Declaration

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

Property Value

DataGridColumn

Descriptor

Gets the FilterDescriptorBase instance associated with the context.

Declaration

cs-api-definition
public FilterDescriptorBase Descriptor { get; }

Property Value

FilterDescriptorBase

IsFiltering

Gets a value indicating whether the Filter button has triggered the action or the ClearFilter button. If true, the Filter button has been tapped.

Declaration

cs-api-definition
public bool IsFiltering { get; }

Property Value

bool