Skip to main content
All docs
V26.1
  • ToolbarItem.BeginGroup Property

    Specifies whether the item is the start of a new item group.

    Namespace: DevExpress.Blazor.Reporting.Models

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

    Declaration

    public bool BeginGroup { get; set; }

    Property Value

    Type Description
    Boolean

    true if an item is the start of a new item group; otherwise, false.

    Remarks

    You can divide Toolbar items into groups. Item groups are separated by a space.

    Implements

    See Also