Skip to main content

HETableToolsRibbonTabCategory(Color) Constructor

Initializes a new instance of the HETableToolsRibbonTabCategory class with the specified color.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public HETableToolsRibbonTabCategory(
    Color color
)

Parameters

Name Type Description
color Color

A Color object specifying the category color.

See Also