BarItemImageOptions.Image Property
Gets or sets the BarItem‘s glyph.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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.Glyph setting which is equivalent to the current property.
See Also