ClassFilterButtonTapContext
Represents the execution context of a FilterButtonTap command.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Commands
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class FilterButtonTapContext
Inheritance: objectFilterButtonTapContext
Constructors
FilterButtonTapContext()
Declaration
public FilterButtonTapContext()
Properties
AssociatedDescriptor
Gets the FilterDescriptorBase instance associated with the context. Typically this is the PropertyFilterDescriptor already applied to the instance.
Declaration
public FilterDescriptorBase AssociatedDescriptor { get; }
Property Value
Column
Gets the DataGridColumn instance that own the Filter Glyph Button being tapped.
FirstFilterControl
Gets or sets the IFilterControl control that represents the UI used to generate the first FilterDescriptorBase.
Declaration
public IFilterControl FirstFilterControl { get; set; }
Property Value
IsExpanded
Gets or sets a value indicating whether the second filter control should be visible initially.
SecondFilterControl
Gets or sets the IFilterControl control that represents the UI used to generate the second FilterDescriptorBase.
Declaration
public IFilterControl SecondFilterControl { get; set; }
Property Value