ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView 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