ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1GridExtender Class / AllowEditing Property

In This Topic
    AllowEditing Property
    In This Topic
    A value indicating whether editing is enabled. This property is obsolete. Use EditingMode instead.
    Syntax
    'Declaration
     
    Public Property AllowEditing As System.Boolean
    public System.bool AllowEditing {get; set;}
    See Also