Skip to main content
A newer version of this page is available. .

BandBase.GridRow Attached Property

Specifies the row that the current column cells occupy within the band.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

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 GridColumnData.VisibleIndex property to build a multi-row layout within the band. To learn more, see Bands.

See Also