Skip to main content
All docs
V25.2
  • DxGridModel.ShowGroupPanel Property

    Specifies whether to show the Group Panel.

    Namespace: DevExpress.ExpressApp.Blazor.Editors.Models

    Assembly: DevExpress.ExpressApp.Blazor.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.Blazor

    Declaration

    public bool ShowGroupPanel { get; set; }

    Property Value

    Type Description
    Boolean

    true to show the Group Panel; otherwise, false.

    Remarks

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

    See Also