Skip to main content
Tab

RibbonContextTabCategory(String, Color) Constructor

Initializes a new instance of the RibbonContextTabCategory class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonContextTabCategory(
    string name,
    Color color
)

Parameters

Name Type Description
name String

A String value that specifies the created context tab category’s name. This value is assigned to the RibbonContextTabCategory.Name property.

color Color

A Color object that specifies the created context tab category’s color. This value is assigned to the RibbonContextTabCategory.Color property.

See Also