BarItem.IsLargeImageExist Property
Gets whether a large 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 large image which is associated with the bar item actually exists; otherwise, false. |
Remarks
The IsLargeImageExist property returns true in the instances listed below:
- the item’s BarItem.LargeGlyph property’s value isn’t null (Nothing in Visual Basic);
- the image exists at the BarItem.LargeImageIndex position within the BarItem.LargeImages.
See Also