XRTableRow.Controls Property
Gets the collection of XRControl objects that are contained in this XRTableRow instance.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| XRControlCollection | An object of the XRControlCollection class representing the collection of contained controls. |
Remarks
Note: The collection that is returned contains only the table cells of the current table row.
See Also