BarItemLink.IsLargeImageExist Property
Gets whether a large image that is associated with the link’s 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 link’s item actually exists; otherwise, false. |
Remarks
For more information, see BarItem.IsLargeImageExist.
See Also