Skip to main content
All docs
V23.2

ToolbarItem.BeginGroup Property

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

Namespace: DevExpress.Blazor.Reporting.Models

Assembly: DevExpress.Blazor.Reporting.v23.2.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.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