Class FilterFieldValueTemplateContext
The context for the filter field template.
Inheritance
System.Object
FilterFieldValueTemplateContext
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class FilterFieldValueTemplateContext : Object
Constructors
FilterFieldValueTemplateContext()
Declaration
public FilterFieldValueTemplateContext()
Properties
FilterDescriptor
The FilterDescriptor associated with the FilterField.
Declaration
public FilterDescriptor FilterDescriptor { get; set; }
Property Value
FilterDescriptor
|