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

ToolboxElementBase.Appearance Property

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

public virtual ToolboxElementAppearance Appearance { get; }

#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