Skip to main content
A newer version of this page is available. .

XRCrossTabCellCollection(XRCrossTab) Constructor

Initializes a new instance of the XRCrossTabCellCollection class with the specified owner.

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public XRCrossTabCellCollection(
    XRCrossTab owner
)

Parameters

Name Type Description
owner XRCrossTab

The Cross Tab control that owns the cell collection.

See Also