Skip to main content
.NET 6.0+

IModelBandedColumnWin.RowIndex Property

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

Namespace: DevExpress.ExpressApp.Win.Model

Assembly: DevExpress.ExpressApp.Win.v23.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