Skip to main content

VerticalBand.SubBands Property

Vertical bands do not support the addition of sub-bands.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
public override SubBandCollection SubBands { get; }

Property Value

Type Description
SubBandCollection

An empty SubBand item collection.

See Also