BandedGridView Constructors
Displays data in a tabular form and organizes columns into bands.| Name | Parameters | Description |
|---|---|---|
| BandedGridView() | none | Creates a new BandedGridView object with default settings. |
| BandedGridView(GridControl) | ownerGrid | Creates a new BandedGridView object with the specified owner. |
See Also