Back to Devexpress

NavigationPane.AllowGlyphSkinning Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpane-413c551b.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool AllowGlyphSkinning { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(False)>
Public Property AllowGlyphSkinning As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

Glyph Skinning

NavigationPane Class

NavigationPane Members

DevExpress.XtraBars.Navigation Namespace