ToolboxElementBase(String) Constructor
Initializes a new instance of the ToolboxElementBase class with the specified settings.
Namespace: DevExpress.XtraToolbox
Assembly: DevExpress.XtraBars.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| caption | String | A string value that specifies the toolbox element caption. This value is assigned to the ToolboxElementBase.Caption property. |
See Also