Class
FilterButtonTapContext

Represents the execution context of a FilterButtonTap command.

Definition

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

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class FilterButtonTapContext

Inheritance: objectFilterButtonTapContext

Constructors

FilterButtonTapContext()

Declaration

cs-api-definition
public FilterButtonTapContext()

Properties

AssociatedDescriptor

Gets the FilterDescriptorBase instance associated with the context. Typically this is the PropertyFilterDescriptor already applied to the instance.

Declaration

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

Property Value

FilterDescriptorBase

Column

Gets the DataGridColumn instance that own the Filter Glyph Button being tapped.

Declaration

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

Property Value

DataGridColumn

FirstFilterControl

Gets or sets the IFilterControl control that represents the UI used to generate the first FilterDescriptorBase.

Declaration

cs-api-definition
public IFilterControl FirstFilterControl { get; set; }

Property Value

IFilterControl

IsExpanded

Gets or sets a value indicating whether the second filter control should be visible initially.

Declaration

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

Property Value

bool

SecondFilterControl

Gets or sets the IFilterControl control that represents the UI used to generate the second FilterDescriptorBase.

Declaration

cs-api-definition
public IFilterControl SecondFilterControl { get; set; }

Property Value

IFilterControl