XRTable.Controls Property
In This Article
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[Browsable(false)]
public override XRControlCollection Controls { get; }
#Property Value
Type | Description |
---|---|
XRControl |
An object of the XRControl |
#Remarks
Note: The collection that is returned contains only the table rows of the current table.
See Also