Back to Devexpress

ToolBoxDockPanel Class

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-49844202.md

latest3.2 KB
Original Source

ToolBoxDockPanel Class

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

Declaration

csharp
public class ToolBoxDockPanel :
    TypedDesignDockPanel
vb
Public Class ToolBoxDockPanel
    Inherits 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.

Inheritance

Show 12 items

Object MarshalByRefObject Component Control ScrollableControl ContainerControl ZIndexControl DockPanel DesignDockPanel TypedDesignDockPanelBase TypedDesignDockPanel ToolBoxDockPanel

See Also

ToolBoxDockPanel Members

Make a Custom Control Available Only for a Specific Report

DevExpress.XtraReports.UserDesigner Namespace