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

In This Topic
    AllowC1InputEditors Property
    In This Topic
    Gets or sets a value that determines whether regular textboxes or C1Input controls will be used as cell editors during server-side editing.
    Syntax
    'Declaration
     
    Public Overridable Property AllowC1InputEditors As System.Boolean
    public virtual System.bool AllowC1InputEditors {get; set;}

    Property Value

    The default value is False.
    See Also