Skip to main content
All docs
V26.1
  • DxGridModel.FilterPanelDisplayMode Property

    Specifies the filter panel visibility.

    Namespace: DevExpress.ExpressApp.Blazor.Editors.Models

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

    Declaration

    public GridFilterPanelDisplayMode FilterPanelDisplayMode { get; set; }

    Property Value

    Type Description
    GridFilterPanelDisplayMode

    A GridFilterPanelDisplayMode 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

    This member is a wrapper for the DxGrid component’s DxGrid.FilterPanelDisplayMode member. Refer to its description for more information.

    See Also