[]
        
(Showing Draft Content)

C1.Win.FlexGrid.IBand

IBand Interface

Represents interface for the band.

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

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.