Skip to main content

NavigationPageDefaultProperties.CanCustomHeaderButtonsGlyphSkinning Property

Returns whether or not the Glyph Skinning feature is currently enabled for this page.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public bool CanCustomHeaderButtonsGlyphSkinning { get; }

Property Value

Type Description
Boolean

true if the Glyph Skinning feature is currently enabled for this page; otherwise, false.

See Also