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

NavigationPageDefaultProperties.AllowCustomHeaderButtonsGlyphSkinning Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean AllowCustomHeaderButtonsGlyphSkinning { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

A DefaultBoolean enumerator value that specifies whether or not custom header buttons for this NavigationPage should colorize their icons with fore colors.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

Refer to the Glyph Skinning article to learn more.

See Also