DevExpress.XtraToolbox Namespace
Contains classes that enable you to create Toolbox controls.
Assembly: DevExpress.XtraBars.v24.1.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. |