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

XRDesignBarManager.GetToolboxType(Bar) Method

Gets the Toolbox type used by the XRDesignBarManager.

Namespace: DevExpress.XtraReports.UserDesigner

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

Declaration

[SRCategory(ReportStringId.CatUserDesigner)]
[DefaultValue(ToolboxType.None)]
public ToolboxType GetToolboxType(
    Bar bar
)

Parameters

Name Type Description
bar Bar

A ToolboxType enumeration value.

Returns

Type Default Description
ToolboxType **None**

A Bar object, representing the Toolbox.

Remarks

The GetToolboxType property is the runtime equivalent of the design-time ToolboxType property of the XRDesignBarManager‘s Toolbox.

BarManager_Customize_2

See Also