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

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

    Namespace: DevExpress.Blazor.Reporting.Models

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

    NuGet Package: DevExpress.Blazor.Viewer

    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.

    Implements

    See Also