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

NavigationPane.AllowGlyphSkinning Property

Gets or sets whether or not page icons should be colorized with these pages’ fore colors.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, if page icons should be colorized with these pages’ fore colors; otherwise, false.

Remarks

See the Glyph Skinning feature description to learn more.

See Also