Back to Devexpress

BaseContentContainer.AllowButtonGlyphSkinning Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basecontentcontainer-e9c9e60c.md

latest1.8 KB
Original Source

BaseContentContainer.AllowButtonGlyphSkinning Property

Gets or sets whether or not container buttons should paint their glyphs with the foreground color. See the Glyph Skinning help article to learn more.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
public virtual bool AllowButtonGlyphSkinning { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property AllowButtonGlyphSkinning As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if container buttons should paint their glyphs with the foreground color; otherwise, false.

|

See Also

Glyph Skinning

BaseContentContainer Class

BaseContentContainer Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace