BarItemImageOptions.Image Property
In This Article
Gets or sets the BarItem‘s glyph.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Image | An Image object representing the glyph that is displayed in the Bar |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Image |
---|---|
Bar |
|
Bar |
|
Bar |
|
#Remarks
For details, see the BarItem.ImageOptions.Image
setting which is equivalent to the current property.
See Also