Skip to main content
Bar

BarItemImageOptions.HasImage Property

Gets whether or not this BarItem has a glyph assigned.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public override bool HasImage { get; }

Property Value

Type Description
Boolean

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

Property Paths

You can access this nested property as listed below:

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

Remarks

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

See Also