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

VerticalBand.HeightF Property

Specifies the band’s height (measured in report units).

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

[Browsable(false)]
public override float HeightF { get; set; }

Property Value

Type Description
Single

The band’s height.

Remarks

A band’s height is measured in the units set by the ReportUnit property.

See Also