Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

IModelBandedColumnWin.BandColumnRowCount Property

Specifies the Band Header height in rows.

Namespace: DevExpress.ExpressApp.Win.Model

Assembly: DevExpress.ExpressApp.Win.v20.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

[DefaultValue(1)]
[Browsable(false)]
int BandColumnRowCount { get; set; }

Property Value

Type Default Description
Int32 1

An integer value specifying the band header height in rows. Values less than 1 are not accepted.

Remarks

The BandColumnRowCount value is passed to the GridBand.RowCount property.

See Also