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

In This Topic
    ColumnsGenerator Property
    In This Topic
    Gets or sets the control that will automatically generate the columns for a System.Web.UI.WebControls.GridView control that uses ASP.NET Dynamic Data features.
    Syntax
    'Declaration
     
    Public Property ColumnsGenerator As System.Web.UI.IAutoFieldGenerator
    public System.Web.UI.IAutoFieldGenerator ColumnsGenerator {get; set;}
    See Also