RibbonAppearances.PageCategory Property
In This Article
Gets appearance settings (the foreground color and font settings) used to paint captions of Page Categories.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual AppearanceObject PageCategory { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
The PageCategory object allows you to customize the foreground color and font settings of Page Categories.
See Also