Class FilterCellTemplateContext
The context for the template of the filter row cell.
Inheritance
System.Object
FilterCellTemplateContext
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class FilterCellTemplateContext : Object
Constructors
FilterCellTemplateContext()
Declaration
public FilterCellTemplateContext()
Properties
FilterDescriptor
Describes the filter the column will use. Contains one filter descriptor with the field and type already set to the column field and type.
Declaration
public CompositeFilterDescriptor FilterDescriptor { get; set; }
Property Value
CompositeFilterDescriptor
|
Methods
ClearFilterAsync()
Invokes the built-in Clear Filter operation.
Declaration
public Task ClearFilterAsync()
Returns
System.Threading.Tasks.Task
|
FilterAsync()
Invokes the built-in Filter operation with the current FilterDescriptor.
Declaration
public Task FilterAsync()
Returns
System.Threading.Tasks.Task
|