BarItemLink.IsLargeImageExist Property
In This Article
Gets whether a large image that is associated with the link’s item actually exists.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the large image which is associated with the link’s item actually exists; otherwise, false. |
#Remarks
For more information, see BarItem.IsLargeImageExist.
See Also