Back to Devexpress

NavigationPageDefaultProperties.AllowCustomHeaderButtonsGlyphSkinning Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpagedefaultproperties-14388b57.md

latest2.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public DefaultBoolean AllowCustomHeaderButtonsGlyphSkinning { get; set; }
vb
<XtraSerializableProperty(XtraSerializationFlags.DefaultValue)>
<DefaultValue(DefaultBoolean.Default)>
Public Property AllowCustomHeaderButtonsGlyphSkinning As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

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

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

Refer to the Glyph Skinning article to learn more.

See Also

NavigationPageDefaultProperties Class

NavigationPageDefaultProperties Members

DevExpress.XtraBars.Navigation Namespace