Skip to main content
Bar

BarItemImageOptions.HasLargeImage Property

Gets whether or not this BarItem has a large glyph assigned.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Boolean

true if this item has a large glyph assigned; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to HasLargeImage
BarButtonItem
.ImageOptions .HasLargeImage
BarItem
.ImageOptions .HasLargeImage
BarItemLink
.ImageOptions .HasLargeImage

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also