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

In This Topic
    AutogenerateColumns Property
    In This Topic
    Gets or sets a value that determines whether C1BoundField objects are generated and displayed automatically.
    Syntax
    'Declaration
     
    Public Overridable Property AutogenerateColumns As System.Boolean
    public virtual System.bool AutogenerateColumns {get; set;}

    Property Value

    Set this property to True to automatically display and create C1BoundField objects. The default value is True.
    See Also