IGrid.DataColumnFilterRowCellTemplate Property
In This Article
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
C#
RenderFragment<GridDataColumnFilterRowCellTemplateContext> DataColumnFilterRowCellTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Render |
The common template for filter row cells. |
#Remarks
Refer to the DataColumnFilterRowCellTemplate property description for more information and an example.
See Also