Class FilterMenuTemplateContext
The context for the template of the filter menu popup.
Inheritance
System.Object
FilterMenuTemplateContext
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class FilterMenuTemplateContext : Object
Constructors
FilterMenuTemplateContext()
Declaration
public FilterMenuTemplateContext()
Properties
FilterDescriptor
Describes the filter the column will use. Contains two filter descriptors with the field and type already set to the column field and type, and the AND default filter logic.
Declaration
public CompositeFilterDescriptor FilterDescriptor { get; set; }
Property Value
CompositeFilterDescriptor
|