Skip to main content

RibbonColorBoxItemBuilder.BeginGroup(Boolean) Method

Sets whether an item separator should be displayed before the current item.

Namespace: DevExpress.AspNetCore.Office

Assembly: DevExpress.AspNetCore.Common.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public RibbonColorBoxItemBuilder BeginGroup(
    bool value
)

Parameters

Name Type Description
value Boolean

true, to display a separator before the item; otherwise, false.

Returns

Type Description
RibbonColorBoxItemBuilder

An object that can be used to further configure the ribbon item.

See Also