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.v17.2.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

The following code snippets (auto-collected from DevExpress Examples) contain references to the AdvBandedGridView class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also