XRCrossBandControlCollection(XtraReport) Constructor
Initializes a new instance of the XRCrossBandControlCollection class.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
owner | XtraReport | An XtraReport object which will be the container for the created collection. |
Remarks
Normally, you don’t need to create this collection manually. An instance of the XRCrossBandControlCollection class is already accessed via the XtraReport.CrossBandControls property.
See Also