ClassFilterRequestedContext
Class
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.
Descriptor
Gets the FilterDescriptorBase instance associated with the context.
Declaration
cs-api-definition
public FilterDescriptorBase Descriptor { get; }
Property Value
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.