Skip to main content

ToolboxGroup(String) Constructor

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

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ToolboxGroup(
    string caption
)

Parameters

Name Type Description
caption String

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

See Also