Back to Devexpress

XRTable.Controls Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrtable-fff9efef.md

latest1.6 KB
Original Source

XRTable.Controls Property

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(false)]
public override XRControlCollection Controls { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property Controls As XRControlCollection

Property Value

TypeDescription
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

Report Class Hierarchy

XRTable Class

XRTable Members

DevExpress.XtraReports.UI Namespace