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

    Specifies whether users can group grid data.

    Namespace: DevExpress.ExpressApp.Blazor.Editors.Models

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

    Declaration

    public bool AllowGroup { get; set; }

    Property Value

    Type Description
    Boolean

    true to allow users to group grid data; otherwise, false.

    Remarks

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

    See Also