IModelBandedColumnWin.RowIndex Property
Specifies the vertical position of the column header within a band.
Namespace: DevExpress.ExpressApp.Win.Model
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
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.
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.