Skip to main content
A newer version of this page is available. .

XRTable.Controls Property

Gets the collection of XRControl objects that are contained in this XRTable instance.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[Browsable(false)]
public XRControlCollection Controls { get; }

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 rows of the current table.

See Also