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

BarItem.IsImageExist Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

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

Property Value

Type Description
Boolean

true if the image which is associated with the bar item actually exists; otherwise, false.

Remarks

The IsImageExist property returns true in the instances listed below:

See Also