Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IModelBandedColumnWin.RowIndex Property

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

Namespace: DevExpress.ExpressApp.Win.Model

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

#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