XRDesignBarManager.SetToolboxType(Bar, ToolboxType) Method
Sets the Toolbox type used by the XRDesignBarManager.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
bar | Bar | A Bar object, representing the Toolbox. |
value | ToolboxType | A ToolboxType enumeration value. |
Remarks
The SetToolboxType property is the runtime equivalent of the design-time ToolboxType property of the XRDesignBarManager‘s Toolbox.
See Also