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

BarItemImageOptions.Image Property

Gets or sets the BarItem‘s glyph.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Appearance")]
[SmartTagProperty("Image", "Image", 0, SmartTagActionType.RefreshAfterExecute)]
public override Image Image { get; set; }

Property Value

Type Description
Image

An Image object representing the glyph that is displayed in the BarItem‘s link(s).

Property Paths

You can access this nested property as listed below:

Remarks

For details, see the BarItem.Glyph setting which is equivalent to the current property.

See Also