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