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.v19.1.dll

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