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

In This Topic
    AutoGenerateEditButton Property
    In This Topic
    Gets or sets a value indicating whether a C1CommandField field column with an Edit button for each data row is automatically added to a C1GridView control.
    Syntax
    'Declaration
     
    Public Overridable Property AutoGenerateEditButton As System.Boolean
    public virtual System.bool AutoGenerateEditButton {get; set;}
    See Also