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

SubBandCollection.Remove(SubBand) Method

Removes the specified sub-band item from the collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public void Remove(
    SubBand item
)

Parameters

Name Type Description
item SubBand

A SubBand object to remove from the collection of bands.

Remarks

When a sub-band is removed from the sub-band collection, all subsequent sub-bands are moved up one position in the collection.

See Also