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

AdvBandedGridView Class

Displays data in a tabular form, allows grouping columns into bands and supports complex data cell arrangements.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public class AdvBandedGridView :
    BandedGridView

Remarks

The AdvBandedGridView class provides the same data representation features as its ancestor BandedGridView class. Additionally, it allows you to apply different heights to column headers and to arrange them into rows. The column headers layout specifies the data cells layout within data rows. Note that you need to use the AdvBandedGridView.SetColumnPosition method to customize the layout of column headers. The BandedGridColumn.RowCount and BandedGridColumn.AutoFillDown column properties can be used to change the column header height. Please refer to the Banded Grid Views topic for additional information.

The image below shows an example of the Advanced Banded Grid View’s appearance.

AdvBandedGridView---Overview

See Also