XRControl.AllControls<T>() Method
Returns a collection that contains all controls found within XRControl (within a report).
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
public IEnumerable<T> AllControls<T>()
where T : XRControl
Public Function AllControls(Of T As XRControl) As IEnumerable(Of T)
Type Parameters
Name |
---|
T |
Returns
Type | Description |
---|---|
IEnumerable<T> | A collection of objects with the specified type. |
See Also
Feedback