BarItemImageOptions.Image Property
Gets or sets the BarItem‘s glyph.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v26.1.dll
Declaration
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 |
|
| BarItem |
|
| BarItemLink |
|
Remarks
For details, see the BarItem.ImageOptions.Image setting which is equivalent to the current property.
See Also