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

BarItemImageOptions.AllowGlyphSkinning Property

Gets or sets whether glyphs for this BarItem should be painted using the text foreground color.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Appearance")]
[SmartTagProperty("Allow Glyph Skinning", "Image", 6)]
public virtual DefaultBoolean AllowGlyphSkinning { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

A DefaultBoolean enumeration value specifying whether this BarItem should be painted using the text foreground color.

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 AllowGlyphSkinning
BarBaseButtonItem
.ImageOptions.AllowGlyphSkinning
BarBaseButtonItemLink
.ImageOptions.AllowGlyphSkinning
BarButtonGroup
.ImageOptions.AllowGlyphSkinning
BarButtonGroupLink
.ImageOptions.AllowGlyphSkinning
BarButtonItem
.ImageOptions.AllowGlyphSkinning
BarButtonItemLink
.ImageOptions.AllowGlyphSkinning
BarCheckItem
.ImageOptions.AllowGlyphSkinning
BarCheckItemLink
.ImageOptions.AllowGlyphSkinning
BarCustomContainerItem
.ImageOptions.AllowGlyphSkinning
BarCustomContainerItemLink
.ImageOptions.AllowGlyphSkinning
BarDockingMenuItem
.ImageOptions.AllowGlyphSkinning
BarDockingMenuItemLink
.ImageOptions.AllowGlyphSkinning
BarEditItem
.ImageOptions.AllowGlyphSkinning
BarEditItemLink
.ImageOptions.AllowGlyphSkinning
BarHeaderItem
.ImageOptions.AllowGlyphSkinning
BarHeaderItemLink
.ImageOptions.AllowGlyphSkinning
BarItem
.ImageOptions.AllowGlyphSkinning
BarItemLink
.ImageOptions.AllowGlyphSkinning
BarLargeButtonItem
.ImageOptions.AllowGlyphSkinning
BarLargeButtonItemLink
.ImageOptions.AllowGlyphSkinning
BarLinkContainerItem
.ImageOptions.AllowGlyphSkinning
BarLinkContainerItemLink
.ImageOptions.AllowGlyphSkinning
BarListItem
.ImageOptions.AllowGlyphSkinning
BarListItemLink
.ImageOptions.AllowGlyphSkinning
BarMdiChildrenListItem
.ImageOptions.AllowGlyphSkinning
BarMdiChildrenListItemLink
.ImageOptions.AllowGlyphSkinning
BarStaticItem
.ImageOptions.AllowGlyphSkinning
BarStaticItemLink
.ImageOptions.AllowGlyphSkinning
BarSubItem
.ImageOptions.AllowGlyphSkinning
BarSubItemLink
.ImageOptions.AllowGlyphSkinning
BarToggleSwitchItem
.ImageOptions.AllowGlyphSkinning
BarToggleSwitchItemLink
.ImageOptions.AllowGlyphSkinning
BarToolbarsListItem
.ImageOptions.AllowGlyphSkinning
BarToolbarsListItemLink
.ImageOptions.AllowGlyphSkinning
RibbonGalleryBarItem
.ImageOptions.AllowGlyphSkinning
RibbonGalleryBarItemLink
.ImageOptions.AllowGlyphSkinning

Remarks

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

See Also