Class TelerikFilter
The class for the Telerik Filter Component.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikFilter : BaseComponent, IDisposable, IFilterFieldContainer
Constructors
TelerikFilter()
Declaration
public TelerikFilter()
Properties
AriaLabel
Specifies the aria-label attribute of the component.
Declaration
public string AriaLabel { get; set; }
Property Value
System.String
|
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
|
Dispose()
OnAfterRenderAsync(Boolean)
Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
System.Boolean
firstRender
|
Returns
System.Threading.Tasks.Task
|
Overrides
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
System.Threading.Tasks.Task
|
Rebind()
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Microsoft.AspNetCore.Components.ParameterView
parameters
|
Returns
System.Threading.Tasks.Task
|