Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TileNavPane.AllowGlyphSkinning Property

Gets or sets whether glyphs of the TileNavPane‘s elements are painted using the elements’ foreground colors.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(false)]
[DXCategory("Appearance")]
public virtual bool AllowGlyphSkinning { get; set; }

#Property Value

Type Default Description
Boolean false

true if glyphs utilize the hue specified by elements’ foreground colors; otherwise, false.

#Remarks

Set the AllowGlyphSkinning property to true to enable the glyph skinning feature. In this case, glyphs of the TileNavPane‘s elements are painted using the elements’ foreground colors.

You can override the TileNavPane.AllowGlyphSkinning setting for tiles displayed in drop-down tile bars with the TileNavPaneDropDownOptions.AllowGlyphSkinning property.

To enable or disable glyph skinning for individual NavElements, use the NavElement.AllowGlyphSkinning property.

See Also