Skip to main content
All docs
V25.1
  • Bar

    RibbonAppearances.ApplicationButton Property

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

    Namespace: DevExpress.XtraBars

    Assembly: DevExpress.XtraBars.v25.1.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