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

NavigationPageDefaultProperties.CanCustomHeaderButtonsGlyphSkinning Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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