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

DevExpress.XtraToolbox Namespace

In This Article

Contains classes that enable you to create Toolbox controls.

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Classes

Name Description
ToolboxControl Displays multiple sets of items and automatically initiates drag-and-drop operations when an end-user starts dragging these items.
ToolboxDragItemDropEventArgs Provides data for the ToolboxControl.DragItemDrop event.
ToolboxDragItemMoveEventArgs Provides data for the ToolboxControl.DragItemMove event.
ToolboxDragItemStartEventArgs Provides data for the ToolboxControl.DragItemStart event.
ToolboxElementBase Represents a base class for ToolboxControl elements (groups and items).
ToolboxGroup Represents a ToolboxControl group of items.
ToolboxItem Represents a ToolboxControl item.
ToolboxOptionsBehavior Contains behavior settings for the ToolboxControl.
ToolboxOptionsMinimizing Contains control minimization options for the ToolboxControl.
ToolboxOptionsView Contains view settings for the ToolboxControl.

#Delegates

Name Description
ToolboxDragItemDropEventHandler Represents a method that will handle the ToolboxControl.DragItemDrop event.
ToolboxDragItemMoveEventHandler Represents a method that will handle the ToolboxControl.DragItemMove event.
ToolboxDragItemStartEventHandler Represents a method that will handle the ToolboxControl.DragItemStart event.