New to Telerik UI for BlazorStart a free 30-day trial

The context for the template of the filter row cell.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class FilterCellTemplateContext

Inheritance: objectFilterCellTemplateContext

Constructors

C#
public FilterCellTemplateContext()

Methods

Invokes the built-in Clear Filter operation.

C#
public Task ClearFilterAsync()
Returns:

Task

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

C#
public Task FilterAsync()
Returns:

Task

Properties

Describes the filter the column will use. Contains one filter descriptor with the field and type already set to the column field and type.

C#
public CompositeFilterDescriptor FilterDescriptor { get; set; }