RibbonNumberBoxItemBuilder.BeginGroup(Boolean) Method
Sets whether an item separator should be displayed before the current item.
Namespace: DevExpress.AspNetCore.Office
Assembly: DevExpress.AspNetCore.Common.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Common
Declaration
public RibbonNumberBoxItemBuilder BeginGroup(
bool value
)
Parameters
Name | Type | Description |
---|---|---|
value | Boolean | true, to display a separator before the item; otherwise, false. |
Returns
Type | Description |
---|---|
RibbonNumberBoxItemBuilder | An object that can be used to further configure the ribbon item. |
See Also