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

BarItemImageOptions.AllowStubGlyph Property

Gets or sets whether or not this item and all its links should display a stub glyph when it has no custom icon assigned.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean AllowStubGlyph { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

True if this item and all its links should display a stub glyph when it has no custom icon assigned; False if not; Default uses the StubGlyphOptions.AllowStubGlyphs setting.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

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

Remarks

For details, see the BarItem.AllowStubGlyph setting which is equivalent to the current property.

See Also