[]
Initializes a new instance of the Band class.
public Band()
Initializes a new instance of the Band class.
public Band(string name, string caption = null)
Type | Name | Description |
---|---|---|
string | name | Banded column name. |
string | caption | Band's caption. |
Initializes a new instance of the Band class.
public Band(string name, string caption, params IBand[] children)
Type | Name | Description |
---|---|---|
string | name | Banded column name. |
string | caption | Band's caption. |
IBand[] | children | Child bands. |
Initializes a new instance of the Band class.
public Band(Column column)
Type | Name | Description |
---|---|---|
Column | column | C1FlexGrid column prototype. |