Back to Devexpress

ToolboxElementBase.Appearance Property

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxelementbase-6b9e7750.md

latest2.0 KB
Original Source

ToolboxElementBase.Appearance Property

Provides access to the appearance settings used to paint the current ToolboxControl element.

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual ToolboxElementAppearance Appearance { get; }
vb
Public Overridable ReadOnly Property Appearance As ToolboxElementAppearance

Property Value

TypeDescription
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

Appearance

Appearances

ToolboxElementBase Class

ToolboxElementBase Members

DevExpress.XtraToolbox Namespace