[]
Represents a column band.
public class Band : IBand, ICloneable, INotifyPropertyChanged
| Name | Description |
|---|---|
| Band() | Initializes a new instance of the Band class. |
| Band(Column) | Initializes a new instance of the Band class. |
| Band(string, string) | Initializes a new instance of the Band class. |
| Band(string, string, params IBand[]) | Initializes a new instance of the Band class. |
| Name | Description |
|---|---|
| Caption | Gets or sets the text of the band's header cell. |
| Children | Gets a collection of child bands and columns. |
| ColSpan | Gets or sets the maximum columns number occupied by the band. |
| CollapseTo | Gets or sets a value indicating which column will be displayed when the band is collapsed. |
| Image | Gets or sets the Image of the band's header cell. |
| IsCollapsed | Gets or sets a value indicating whether the band is collapsed. |
| Name | Gets or sets banded column name. |
| RowSpan | Gets or sets the minimum rows number occupied by the band. |
| Visible | Gets or sets a value that indicates whether to display this band and its child bands. |
| Name | Description |
|---|---|
| Clone() | |
| OnPropertyChanged(PropertyChangedEventArgs) | Raises the PropertyChanged event. |
| Name | Description |
|---|---|
| PropertyChanged |