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.RowIndex Property

Specifies the vertical position of the column header within a band.

Namespace: DevExpress.ExpressApp.Win.Model

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

[Browsable(false)]
int RowIndex { get; set; }

Property Value

Type Description
Int32

An integer value representing the zero-based index of the band row where a column header is displayed.

Remarks

You can arrange column headers across rows in WinForms applications using the RowIndex.

Bands_RowIndex

The RowIndex property specifies the zero-based row number of the current column within a band. In the image below, the Subject column’s RowIndex is 1. The RowIndex of the Status and Assigned To columns is 0.

Bands_WinAdv

See Also