Back to Devexpress

BandBase.GridRow Attached Property

wpf-devexpress-dot-xpf-dot-grid-dot-bandbase-76317cee.md

latest1.3 KB
Original Source

BandBase.GridRow Attached Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

See GetGridRow(DependencyObject) and SetGridRow(DependencyObject, Int32).

Returns

TypeDescription
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

BandBase Class

BandBase Members

DevExpress.Xpf.Grid Namespace