XRCrossBandControlCollection.Remove(XRCrossBandControl) Method
Removes the specified cross-band control from the collection.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | XRCrossBandControl | An XRCrossBandControl object to be removed from the collection. |
Remarks
When a cross-band control is removed from the collection, all subsequent controls are moved up one position in the collection.
See Also