Back to Devexpress

BarItem.IsImageExist Property

windowsforms-devexpress-dot-xtrabars-dot-baritem-c9e59a98.md

latest1.8 KB
Original Source

BarItem.IsImageExist Property

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual bool IsImageExist { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property IsImageExist As Boolean

Property Value

TypeDescription
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

Images

ImageIndex

Glyph

IsLargeImageExist

BarItem Class

BarItem Members

DevExpress.XtraBars Namespace