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

XRDesignPanel.GetSelectedComponents() Method

Gets the collection of components that are currently selected in the Design Panel.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v21.2.Extensions.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Reporting

Declaration

public object[] GetSelectedComponents()

Returns

Type Description
Object[]

A collection that represents the current set of selected components.

See Also