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

BandedGridColumn() Constructor

Creates a new instance of the BandedGridColumn class.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public BandedGridColumn()

Remarks

Use this constructor to create a new BandedGridColumn class instance with default settings. Once a column is created, you must specify its BandedGridColumn.OwnerBand property in order to determine its parent band. Otherwise, the column cannot be displayed. By default, the column’s GridColumn.Visible property is set to false. Thus, set it to true to make this column visible on the screen.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the BandedGridColumn() constructor.

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