Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Appearance")]
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