Back to Devexpress

XRTableRow.Table Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrtablerow.md

latest1.1 KB
Original Source

XRTableRow.Table Property

Gets the parent table for the table row.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(false)]
public XRTable Table { get; }
vb
<Browsable(False)>
Public ReadOnly Property Table As XRTable

Property Value

TypeDescription
XRTable

An object of the XRTable class.

|

See Also

XRTableRow Class

XRTableRow Members

DevExpress.XtraReports.UI Namespace