Skip to main content

IContextMenuItemInfo.BeginGroup Property

Returns a Boolean value that specifies whether an item is the start of a new item group.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

bool BeginGroup { get; }

Property Value

Type Description
Boolean

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

Remarks

You can split context menu items into groups. A horizontal line separates groups.

ContextMenu Item Groups

See Also