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

MVCxGridViewBandColumn<RowType> Constructors

A band column used to combine other grid columns within its MVCxGridViewBandColumn<RowType>.Columns collection.
Name Parameters Description
MVCxGridViewBandColumn() none Initializes a new instance of the MVCxGridViewBandColumn<RowType> class with default settings.
MVCxGridViewBandColumn(String) caption Initializes a new instance of the MVCxGridViewBandColumn<RowType> class with the specified caption.
See Also