Skip to main content

XRCrossBandControlCollection.Remove(XRCrossBandControl) Method

Removes the specified cross-band control from the collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public void Remove(
    XRCrossBandControl item
)

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