Back to Devexpress

BandCollection.Remove(Band) Method

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-bandcollection-dot-remove-x28-devexpress-dot-xtrareports-dot-ui-dot-band-x29.md

latest1.3 KB
Original Source

BandCollection.Remove(Band) Method

Removes the specified band from the collection.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public void Remove(
    Band band
)
vb
Public Sub Remove(
    band As Band
)

Parameters

NameTypeDescription
bandBand

A Band object to remove from the collection of bands.

|

Remarks

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

See Also

BandCollection Class

BandCollection Members

DevExpress.XtraReports.UI Namespace