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

VerticalBand.SubBands Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

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

Property Value

Type Description
SubBandCollection

An empty SubBand item collection.

See Also