Skip to main content

RibbonColorBoxItemBuilder.Color(String) Method

Sets the item’s color.

Namespace: DevExpress.AspNetCore.Office

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

NuGet Package: DevExpress.AspNetCore.Common

Declaration

public RibbonColorBoxItemBuilder Color(
    string value
)

Parameters

Name Type Description
value String

The color value.

Returns

Type Description
RibbonColorBoxItemBuilder

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

See Also