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.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
bool BeginGroup { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
You can split context menu items into groups. A horizontal line separates groups.
See Also