Skip to main content

GridControlBand Class

The grid band.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public class GridControlBand :
    BandBase

#Remarks

Grid bands allow you to create a multi-row data cell layout.

Bands are stored within the grid's GridControl.Bands collection or within a band's GridControlBand.Bands collection.

See Also