Skip to main content

SubBandCollection.Remove(SubBand) Method

Removes the specified sub-band item from the collection.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.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