Back to Devexpress

DevExpress.XtraToolbox Namespace

windowsforms-devexpress-1f29ac9e.md

latest3.1 KB
Original Source

DevExpress.XtraToolbox Namespace

Contains classes that enable you to create Toolbox controls.

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Classes

NameDescription
ToolboxControlDisplays multiple sets of items and automatically initiates drag-and-drop operations when an end-user starts dragging these items.
ToolboxDragItemDropEventArgsProvides data for the ToolboxControl.DragItemDrop event.
ToolboxDragItemMoveEventArgsProvides data for the ToolboxControl.DragItemMove event.
ToolboxDragItemStartEventArgsProvides data for the ToolboxControl.DragItemStart event.
ToolboxElementBaseRepresents a base class for ToolboxControl elements (groups and items).
ToolboxGroupRepresents a ToolboxControl group of items.
ToolboxItemRepresents a ToolboxControl item.
ToolboxOptionsBehaviorContains behavior settings for the ToolboxControl.
ToolboxOptionsMinimizingContains control minimization options for the ToolboxControl.
ToolboxOptionsViewContains view settings for the ToolboxControl.

Delegates

NameDescription
ToolboxDragItemDropEventHandlerRepresents a method that will handle the ToolboxControl.DragItemDrop event.
ToolboxDragItemMoveEventHandlerRepresents a method that will handle the ToolboxControl.DragItemMove event.
ToolboxDragItemStartEventHandlerRepresents a method that will handle the ToolboxControl.DragItemStart event.