Skip to main content
A newer version of this page is available. .
Bar

BarItemImageOptions.HasImage Property

Gets whether or not this BarItem has a glyph assigned.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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:

Show 36 property paths
Object Type Path to HasImage
BarBaseButtonItem
.ImageOptions.HasImage
BarBaseButtonItemLink
.ImageOptions.HasImage
BarButtonGroup
.ImageOptions.HasImage
BarButtonGroupLink
.ImageOptions.HasImage
BarButtonItem
.ImageOptions.HasImage
BarButtonItemLink
.ImageOptions.HasImage
BarCheckItem
.ImageOptions.HasImage
BarCheckItemLink
.ImageOptions.HasImage
BarCustomContainerItem
.ImageOptions.HasImage
BarCustomContainerItemLink
.ImageOptions.HasImage
BarDockingMenuItem
.ImageOptions.HasImage
BarDockingMenuItemLink
.ImageOptions.HasImage
BarEditItem
.ImageOptions.HasImage
BarEditItemLink
.ImageOptions.HasImage
BarHeaderItem
.ImageOptions.HasImage
BarHeaderItemLink
.ImageOptions.HasImage
BarItem
.ImageOptions.HasImage
BarItemLink
.ImageOptions.HasImage
BarLargeButtonItem
.ImageOptions.HasImage
BarLargeButtonItemLink
.ImageOptions.HasImage
BarLinkContainerItem
.ImageOptions.HasImage
BarLinkContainerItemLink
.ImageOptions.HasImage
BarListItem
.ImageOptions.HasImage
BarListItemLink
.ImageOptions.HasImage
BarMdiChildrenListItem
.ImageOptions.HasImage
BarMdiChildrenListItemLink
.ImageOptions.HasImage
BarStaticItem
.ImageOptions.HasImage
BarStaticItemLink
.ImageOptions.HasImage
BarSubItem
.ImageOptions.HasImage
BarSubItemLink
.ImageOptions.HasImage
BarToggleSwitchItem
.ImageOptions.HasImage
BarToggleSwitchItemLink
.ImageOptions.HasImage
BarToolbarsListItem
.ImageOptions.HasImage
BarToolbarsListItemLink
.ImageOptions.HasImage
RibbonGalleryBarItem
.ImageOptions.HasImage
RibbonGalleryBarItemLink
.ImageOptions.HasImage

Remarks

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

See Also