Skip to main content
A newer version of this page is available. .
Bar

RibbonAppearances.PageCategory Property

Gets the appearance settings (the foreground color and font settings) used to paint captions of Page Categories.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public virtual AppearanceObject PageCategory { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object that specifies the corresponding appearance settings.

Remarks

The PageCategory object allows you to customize the foreground color and font settings of Page Categories. The background color of categories can be customized via the RibbonPageCategory.Color property.

See Also