Back to Devexpress

BarItemImageOptions.Image Property

windowsforms-devexpress-dot-xtrabars-dot-baritemimageoptions.md

latest2.0 KB
Original Source

BarItemImageOptions.Image Property

Gets or sets the BarItem‘s glyph.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public override Image Image { get; set; }
vb
<DXCategory("Appearance")>
Public Overrides Property Image As Image

Property Value

TypeDescription
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 TypePath to Image
BarButtonItem

.ImageOptions .Image

| | BarItem |

.ImageOptions .Image

| | BarItemLink |

.ImageOptions .Image

|

Remarks

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

See Also

Glyph

BarItemImageOptions Class

BarItemImageOptions Members

DevExpress.XtraBars Namespace