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

The context for the filter field template.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class FilterFieldValueTemplateContext

Inheritance: objectFilterFieldValueTemplateContext

Constructors

C#
public FilterFieldValueTemplateContext()

Properties

The FilterDescriptor associated with the FilterField.

C#
public FilterDescriptor FilterDescriptor { get; set; }