Back to Devexpress

BarItem.IsLargeImageExist Property

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

latest1.9 KB
Original Source

BarItem.IsLargeImageExist Property

Gets whether a large 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 IsLargeImageExist { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property IsLargeImageExist As Boolean

Property Value

TypeDescription
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

LargeImages

LargeImageIndex

LargeImage

IsImageExist

BarItem Class

BarItem Members

DevExpress.XtraBars Namespace