ToolboxElementBase.Appearance Property
Provides access to the appearance settings used to paint the current ToolboxControl element.
Namespace: DevExpress.XtraToolbox
Assembly: DevExpress.XtraBars.v22.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraToolbox.ToolboxElementAppearance | A DevExpress.XtraToolbox.ToolboxElementAppearance object that contains the appearance settings applied to the current ToolboxControl element. |
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