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