Skip to main content
Bar

BarItemImageOptions.Image Property

Gets or sets the BarItem‘s glyph.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
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:

Object Type Path to Image
BarButtonItem
.ImageOptions .Image
BarItem
.ImageOptions .Image
BarItemLink
.ImageOptions .Image

Remarks

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

See Also