Skip to main content
A newer version of this page is available. .

ToolboxControl.SelectItems(IEnumerable<ToolboxElementBase>) Method

Makes the specified toolbox elements selected.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public void SelectItems(
    IEnumerable<ToolboxElementBase> items
)

Parameters

Name Type Description
items IEnumerable<ToolboxElementBase>

A collection of toolbox elements to make selected.

See Also