Back to Devexpress

BarItemLink.IsLargeImageExist Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-10515c2f.md

latest1.4 KB
Original Source

BarItemLink.IsLargeImageExist Property

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
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

IsLargeImageExist

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace