IGrid.FilterBuilderTemplate Property
Specifies a template for the filter builder.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
Declaration
RenderFragment<GridFilterBuilderTemplateContext> FilterBuilderTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| RenderFragment<GridFilterBuilderTemplateContext> | The filter builder template. |
Remarks
Refer to the FilterBuilderTemplate property description for more information and an example.
See Also