Skip to main content
A newer version of this page is available. .

DevExpress.XtraToolbox Namespace

Contains classes that enable you to create Toolbox controls.

Assembly: DevExpress.XtraBars.v17.2.dll

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 options that affect the ToolboxControl behavior.
ToolboxOptionsMinimizing Contains options that affect the ToolboxControl minimizing functionality.
ToolboxOptionsView Contains options that affect the ToolboxControl view.

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.