FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / C1FlexGridBandedView Class / Bands Property

In This Topic
    Bands Property
    In This Topic
    Gets the collection of IBand objects representing the column bands.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Bands As IBandCollection
    public IBandCollection Bands {get;}
    See Also