ToolboxControl.SelectItems(IEnumerable<ToolboxElementBase>) Method
Makes the specified toolbox elements selected.
Namespace: DevExpress.XtraToolbox
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<ToolboxElementBase> | A collection of toolbox elements to make selected. |
See Also