BarHeaderItem.AllowGlyphSkinning Property
In This Article
This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override DefaultBoolean AllowGlyphSkinning { get; set; }
#Property Value
Type |
---|
Default |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
See Also