BarItem.IsImageExist Property
Gets whether an image which is associated with the bar item actually exists.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the image which is associated with the bar item actually exists; otherwise, false. |
Remarks
The IsImageExist property returns true in the instances listed below:
- the item’s BarItem.Glyph property’s value isn’t null (Nothing in Visual Basic);
- the image exists at the BarItem.ImageIndex position within the BarItem.Images.
See Also