Skip to main content
A newer version of this page is available. .
Bar

BarItemLink.IsLargeImageExist Property

Gets whether a large image that is associated with the link’s item actually exists.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public bool IsLargeImageExist { get; }

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