Back to Devexpress

RibbonGalleryAppearances.GroupCaption Property

windowsforms-devexpress-dot-xtrabars-dot-ribbongalleryappearances-7043c11c.md

latest1.5 KB
Original Source

RibbonGalleryAppearances.GroupCaption Property

Gets the appearance settings used to paint group captions.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint group captions.

|

Remarks

The Font and ForeColor properties are only in effect. Other appearance settings are ignored.

See Appearance and Look and Feel to learn more.

See Also

RibbonGalleryAppearances Class

RibbonGalleryAppearances Members

DevExpress.XtraBars Namespace