Back to Devexpress

RibbonGalleryAppearances.FilterPanelCaption Property

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

latest1.5 KB
Original Source

RibbonGalleryAppearances.FilterPanelCaption Property

Gets the appearance settings used to paint the filter panel’s caption.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the filter panel’s caption.

|

Remarks

Only the Font and ForeColor properties are 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