[]
        
(Showing Draft Content)

C1.Win.FlexGrid.Band

Band Class

Represents a column band.

Inheritance
Band
Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.BandedView.8.dll
Syntax
public class Band : IBand, ICloneable, INotifyPropertyChanged

Constructors

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.

Properties

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.

Methods

Name Description
Clone()
OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event.

Events

Name Description
PropertyChanged