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

XRCrossBandControlCollection.Remove(XRCrossBandControl) Method

Removes the specified cross-band control from the collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

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