ClassFilterTapContext
Represents a context, passed to Filtering UI commands.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class FilterTapContext
Inheritance: objectFilterTapContext
Constructors
FilterTapContext()
Declaration
public FilterTapContext()
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
ClearAllMatchingDescriptors
Gets or sets a value indicating whether all property filter descriptors for the column should be removed
when resetting the filter. The default value is true.
Set to false to preserve the old behavior where only the associated descriptor is removed.
Declaration
public bool ClearAllMatchingDescriptors { get; set; }
Property Value
Column
Gets the DataGridColumn instance that owns the Filter Glyph Button being tapped.
FilterControl
Gets or sets the FilterControl control that represents the UI used to generate the first FilterDescriptorBase.
Declaration
public DataGridFilterControlBase FilterControl { get; set; }
Property Value