Class TelerikFilter
The class for the Telerik Filter Component.
Inheritance
System.Object
Telerik.Blazor.Components.Common.BaseComponent
TelerikFilter
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikFilter : BaseComponent, IDisposable, IFilterFieldContainer
Constructors
TelerikFilter()
Declaration
public TelerikFilter()
Properties
FilterFields
Specifies the filter fields container. Add FilterField tags within this fragment.
Declaration
public RenderFragment FilterFields { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Value
Specifies the Value of the Filter.
Declaration
public CompositeFilterDescriptor Value { get; set; }
Property Value
CompositeFilterDescriptor
|
ValueChanged
Fires when the value has changed.
Declaration
public EventCallback<CompositeFilterDescriptor> ValueChanged { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<CompositeFilterDescriptor>
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
System.Threading.Tasks.Task
|
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Microsoft.AspNetCore.Components.ParameterView
parameters
|
Returns
System.Threading.Tasks.Task
|