Skip to main content

XRTableRowCollection(XRTable) Constructor

Initializes a new instance of the XRTableRowCollection class.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public XRTableRowCollection(
    XRTable owner
)

Parameters

Name Type Description
owner XRTable

An XRTable object that owns this collection of table rows.

See Also