Skip to main content

XRControl.AllControls<T>() Method

Returns a collection that contains all controls found within XRControl (within a report).

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public IEnumerable<T> AllControls<T>()
    where T : XRControl

Type Parameters

Name
T

Returns

Type Description
IEnumerable<T>

A collection of objects with the specified type.

See Also