Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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