Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ToolboxControl.Appearance Property

Provides access to the appearance settings used to paint the ToolboxControl elements (groups and items) in different states.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Appearance")]
public virtual ToolboxAppearance Appearance { get; }

#Property Value

Type Description
DevExpress.XtraToolbox.ToolboxAppearance

A DevExpress.XtraToolbox.ToolboxAppearance object that contains the appearance settings used to paint the ToolboxControl elements (groups and items) in different states.

#Remarks

The Appearance provides access to the global settings used to paint ToolboxControl groups and items in different states (normal, hovered, pressed, disabled). You can override these global settings for a particular element using the ToolboxElementBase.Appearance property.

For more information on appearances, see the Appearances document.

See Also