Skip to main content
All docs
V25.2
  • IGrid.FilterPanelDisplayMode Property

    Specifies the filter panel visibility.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    Declaration

    [DefaultValue(GridFilterPanelDisplayMode.Never)]
    GridFilterPanelDisplayMode FilterPanelDisplayMode { get; set; }

    Property Value

    Type Default Description
    GridFilterPanelDisplayMode Never

    An enumeration value.

    Available values:

    Name Description
    Never

    The filter panel is hidden.

    Always

    The filter panel is always visible.

    Auto

    The filter panel appears when data is filtered (otherwise, the panel is hidden).

    Remarks

    Refer to the FilterPanelDisplayMode property description for more information and an example.

    See Also