Skip to main content

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.v23.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