Skip to main content

RibbonPageCategory(String, Color) Constructor

Initializes a new instance of the RibbonPageCategory class with the specified text and color.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RibbonPageCategory(
    string text,
    Color color
)

Parameters

Name Type Description
text String

A string that specifies the category’s text. This value is assigned to the RibbonPageCategory.Text property.

color Color

A string that specifies the category’s color. This value is assigned to the RibbonPageCategory.Color property.

See Also