Skip to main content
A newer version of this page is available. .

ToolBoxDockPanel Class

Namespace: DevExpress.XtraReports.UserDesigner

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

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.

Implements

Show 20 items
DevExpress.Utils.IToolTipControlClient
DevExpress.Utils.Gesture.IFlickGestureClient
DevExpress.XtraEditors.ButtonPanel.IButtonsPanelOwner
DevExpress.XtraEditors.ButtonPanel.IButtonsPanelGlyphSkinningOwner
DevExpress.LookAndFeel.ISupportLookAndFeel
DevExpress.LookAndFeel.ILookAndFeelProvider
DevExpress.Utils.Menu.IDXMenuManagerProvider
DevExpress.Utils.Gesture.IGestureClient
DevExpress.XtraBars.IContextMenuOwner
DevExpress.Utils.ILogicalContainer
DevExpress.Utils.ILogicalOwner
DevExpress.Utils.ISupportAppearanceObjectPropertiesFilter
DevExpress.Utils.Colors.ISupportDXSkinColors
See Also