Back to Devexpress

NavigationPageProperties.AllowCustomHeaderButtonsGlyphSkinning Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpageproperties-9f2fb3d1.md

latest1.8 KB
Original Source

NavigationPageProperties.AllowCustomHeaderButtonsGlyphSkinning Property

Gets or sets whether or not custom header buttons for all NavigationPages should colorize their icons with fore colors.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public bool AllowCustomHeaderButtonsGlyphSkinning { get; set; }
vb
<XtraSerializableProperty(XtraSerializationFlags.DefaultValue)>
<DefaultValue(False)>
Public Property AllowCustomHeaderButtonsGlyphSkinning As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true , to colorize icons for all navigation pages; otherwise, false.

|

Remarks

Refer to the Glyph Skinning article to learn more.

See Also

NavigationPageProperties Class

NavigationPageProperties Members

DevExpress.XtraBars.Navigation Namespace