Skip to main content

XRControlCollection(XRControl) Constructor

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public XRControlCollection(
    XRControl owner
)

Parameters

Name Type Description
owner XRControl

An XRControl object, which will be the container for the created collection.

See Also