Skip to main content

ToolboxControl.SelectItems(IEnumerable<ToolboxElementBase>) Method

Makes the specified toolbox elements selected.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void SelectItems(
    IEnumerable<ToolboxElementBase> items
)

Parameters

Name Type Description
items IEnumerable<ToolboxElementBase>

A collection of toolbox elements to make selected.

See Also