[]
Represents interface for the band.
public interface IBand : ICloneable, INotifyPropertyChanged
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. |