Skip to main content
All docs
V23.2
Bar

RibbonAppearances.ApplicationButton Property

Allows you to access appearance settings of the Ribbon’s Application Button.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual BarItemAppearances ApplicationButton { get; }

Property Value

Type Description
DevExpress.XtraBars.BarItemAppearances

Stores appearance settings of the Application Button.

See Also