Skip to main content
All docs
V26.1
  • IGridSelectionColumn.FilterRowCellTemplate Property

    Specifies a template for the selection column’s filter row cell.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    RenderFragment<GridSelectionColumnFilterRowCellTemplateContext> FilterRowCellTemplate { get; set; }

    Property Value

    Type Description
    RenderFragment<GridSelectionColumnFilterRowCellTemplateContext>

    The template for the selection column’s filter row cell.

    Remarks

    Refer to the FilterRowCellTemplate property description for additional information and an example.

    See Also