XRDesignPanel.GetSelectedComponents() Method
Gets the collection of components that are currently selected in the Design Panel.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Returns
Type | Description |
---|---|
Object[] | A collection that represents the current set of selected components. |
See Also