ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / Columns Property

In This Topic
    Columns Property (C1GridView)
    In This Topic
    Gets a collection of objects representing the columns of the C1GridView control.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property Columns As C1BaseFieldCollection
    public virtual C1BaseFieldCollection Columns {get;}
    See Also