Skip to main content

AdvBandedGridView Constructors

Displays data in a tabular form and organizes columns into bands. Supports complex data cell arrangements.
Name Parameters Description
AdvBandedGridView() none Creates a new instance of the AdvBandedGridView class with default settings.
AdvBandedGridView(GridControl) ownerGrid Creates a new instance of the AdvBandedGridView class owned by the grid control specified.
See Also