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

ToolboxItem(String) Constructor

Initializes a new instance of the ToolboxItem class with the specified settings.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public ToolboxItem(
    string caption
)

Parameters

Name Type Description
caption String

A string value that specifies the toolbox item caption. This value is assigned to the ToolboxElementBase.Caption property.

See Also