ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1Band Class / Columns Property

In This Topic
    Columns Property (C1Band)
    In This Topic
    Gets a array of objects representing the columns of the band.
    Syntax
    'Declaration
     
    Public ReadOnly Property Columns As C1BaseFieldCollection
    public C1BaseFieldCollection Columns {get;}
    See Also