IGrid.DataColumnFilterRowCellTemplate Property
Specifies a common template used to display all filter row cells in the Grid data columns.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
RenderFragment<GridDataColumnFilterRowCellTemplateContext> DataColumnFilterRowCellTemplate { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<GridDataColumnFilterRowCellTemplateContext> | The common template for filter row cells. |
Remarks
Refer to the DataColumnFilterRowCellTemplate property description for more information and an example.
See Also