Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RibbonControl.ApplicationButtonImageOptions Property

Provides access to options that allow you to specify and customize the Application Button‘s raster or vector icon.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Appearance")]
[XtraSerializableProperty]
public RibbonApplicationButtonImageOptions ApplicationButtonImageOptions { get; }

#Property Value

Type Description
DevExpress.XtraBars.Ribbon.RibbonApplicationButtonImageOptions

A DevExpress.XtraBars.Ribbon.RibbonApplicationButtonImageOptions object that stores options that allow you to assign and customize an image displayed in the Application Button.

#Remarks

Note

The RibbonControl.ApplicationIcon property is equivalent to the Image property accessible through the ApplicationButtonImageOptions property.

See Also