Gets or sets whether this TextEdit can colorize its icons.
Namespace:DevExpress.XtraEditors.Repository
Assembly:DevExpress.XtraEditors.v19.2.dll

Syntax
C# |
public virtual DefaultBoolean AllowGlyphSkinning { get; set; }
|
VB |
Overridable Public Property AllowGlyphSkinning As DefaultBoolean
|
Property value
Type:
DefaultBoolean
A DevExpress.Utils.DefaultBoolean enumerator value that specifies whether or not this TextEdit can colorize its icons. The DevExpress.Utils.DefaultBoolean.Default value is identical to DevExpress.Utils.DefaultBoolean.False.
The default is DefaultBoolean.Default.

Remarks
See Glyph Skinning to learn more.

See Also