Skip to main content
All docs
V26.1
  • IGrid.DataColumnFilterMenuTemplate Property

    Specifies a common template used to display all column filter menus in the Grid.

    Namespace: DevExpress.Blazor

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

    Declaration

    RenderFragment<GridDataColumnFilterMenuTemplateContext> DataColumnFilterMenuTemplate { get; set; }

    Property Value

    Type Description
    RenderFragment<GridDataColumnFilterMenuTemplateContext>

    The template content.

    Remarks

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

    See Also