Skip to main content
All docs
V24.2
Bar

RibbonAppearances.ApplicationButton Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

Declaration

public virtual BarItemAppearances ApplicationButton { get; }

Property Value

Type Description
DevExpress.XtraBars.BarItemAppearances

Stores appearance settings of the Application Button.

See Also