ClassTelerikFilter
Class
The class for the Telerik Filter Component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TelerikFilter : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikFilter
Implements:
Inherited Members
Constructors
TelerikFilter()
Declaration
cs-api-definition
public TelerikFilter()
Properties
AriaLabel
Specifies the aria-label attribute of the component.
Declaration
cs-api-definition
[Parameter]
public string AriaLabel { get; set; }
Property Value
FilterFields
Specifies the filter fields container. Add FilterField tags within this fragment. Children: FilterField tags.
Declaration
cs-api-definition
[Parameter]
public RenderFragment FilterFields { get; set; }
Property Value
OnUpdate
Fires when the component value has changed.
Declaration
cs-api-definition
[Parameter]
public EventCallback OnUpdate { get; set; }
Property Value
Value
Specifies the Value of the Filter.
Declaration
cs-api-definition
[Parameter]
public CompositeFilterDescriptor Value { get; set; }
Property Value
ValueChanged
Fires when the value has changed.
Declaration
cs-api-definition
[Obsolete("Use OnUpdate instead.")]
[Parameter]
public EventCallback<CompositeFilterDescriptor> ValueChanged { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
cs-api-definition
public override void Dispose()
Overrides