A newer version of this page is available.
Switch to the current version.
XRTableRow.Table Property
Gets the parent table for the table row.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[Browsable(false)]
public XRTable Table { get; }
<Browsable(False)>
Public ReadOnly Property Table As XRTable
Property Value
Type | Description |
---|---|
XRTable | An object of the XRTable class. |
See Also
Feedback