Back to Devexpress

RibbonAppearances.PageCategory Property

windowsforms-devexpress-dot-xtrabars-dot-ribbonappearances-3f8775b4.md

latest1.6 KB
Original Source

RibbonAppearances.PageCategory Property

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual AppearanceObject PageCategory { get; }
vb
Public Overridable ReadOnly Property PageCategory As AppearanceObject

Property Value

TypeDescription
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.

See Also

RibbonAppearances Class

RibbonAppearances Members

DevExpress.XtraBars Namespace