xtrareports-devexpress-dot-xtrareports-dot-userdesigner-49844202.md
The Toolbox dock panel in the End-User Report Designer.
Namespace : DevExpress.XtraReports.UserDesigner
Assembly : DevExpress.XtraReports.v25.2.Extensions.dll
NuGet Package : DevExpress.Win.Reporting
public class ToolBoxDockPanel :
TypedDesignDockPanel
Public Class ToolBoxDockPanel
Inherits TypedDesignDockPanel
The ToolBoxDockPanel class introduces the ToolBoxDockPanel.GroupsStyle and ToolBoxDockPanel.PaintStyleName properties.
An instance of the ToolBoxDockPanel class is created when initializing the XRDesignDockManager component. To access the ToolBoxDockPanel by specifying its type, name, or index in the XRDesignDockManager.DesignDockPanels collection, use the XRDesignDockManager.Item property with the DesignDockPanelType.ToolBox parameter.
Show 12 items
Object MarshalByRefObject Component Control ScrollableControl ContainerControl ZIndexControl DockPanel DesignDockPanel TypedDesignDockPanelBase TypedDesignDockPanel ToolBoxDockPanel
See Also