ToolboxElementBase.Appearance Property
In This Article
Provides access to the appearance settings used to paint the current ToolboxControl element.
Namespace: DevExpress.XtraToolbox
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#Remarks
The global appearance settings for the ToolboxControl elements can be accessed through the ToolboxControl.Appearance property. The Appearance property allows you to override the global settings for the current element.
For more information on appearances, see the Appearances document.
See Also