GridViewBandColumn Constructors
A band column.Name | Parameters | Description |
---|---|---|
GridViewBandColumn() | none | Initializes a new instance of the GridViewBandColumn class with the default settings. |
GridViewBandColumn(String) | caption | Creates a new instance of the GridViewBandColumn class with the specified column caption. |
See Also