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

BarItem.IsLargeImageExist Property

Gets whether a large image which is associated with the bar item actually exists.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

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:

See Also