SubBandCollection.Remove(SubBand) Method
Removes the specified sub-band item from the collection.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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