Skip to main content

ToolBoxDockPanel Class

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public class ToolBoxDockPanel :
    TypedDesignDockPanel

Remarks

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.

See Also