Class
FilterTapContext

Represents a context, passed to Filtering UI commands.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class FilterTapContext

Inheritance: objectFilterTapContext

Constructors

FilterTapContext()

Declaration

cs-api-definition
public FilterTapContext()

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

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

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

Property Value

bool

Column

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

Declaration

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

Property Value

DataGridColumn

FilterControl

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

Declaration

cs-api-definition
public DataGridFilterControlBase FilterControl { get; set; }

Property Value

DataGridFilterControlBase