XRControl.AllControls<T>() Method
Returns a collection that contains all controls found within XRControl (within a report).
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Type Parameters
| Name |
|---|
| T |
Returns
| Type | Description |
|---|---|
| IEnumerable<T> | A collection of objects with the specified type. |
See Also