BandBase.GridRow Attached Property
Specifies the row that the current column cells occupy within the band.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Returns
Type | Description |
---|---|
Int32 | An integer value, that is the zero-based index of a band row. |
Remarks
Use the GridRow attached property and the BaseColumn.VisibleIndex property to build a multi-row layout within the band.
Refer to the following help topic for more information: Bands.
See Also