Class
FilterMenuTemplateContext

The context for the template of the filter menu popup.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class FilterMenuTemplateContext

Inheritance: objectFilterMenuTemplateContext

Constructors

FilterMenuTemplateContext()

Declaration

cs-api-definition
public FilterMenuTemplateContext()

Properties

FilterDescriptor

Describes the filter the column will use. Contains two filter descriptors with the field and type already set to the column field and type, and the AND default filter logic.

Declaration

cs-api-definition
public CompositeFilterDescriptor FilterDescriptor { get; set; }

Property Value

CompositeFilterDescriptor

Methods

ClearFilterAsync()

Invokes the built-in Clear Filter operation.

Declaration

cs-api-definition
public Task ClearFilterAsync()

Returns

Task

FilterAsync()

Invokes the built-in Filter operation with the current FilterDescriptor.

Declaration

cs-api-definition
public Task FilterAsync()

Returns

Task