Skip to main content

XRDesignPanel.GetSelectedComponents() Method

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

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public object[] GetSelectedComponents()

Returns

Type Description
Object[]

A collection that represents the current set of selected components.

See Also