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

In This Topic
    KeepInEditMode Property
    In This Topic
    Gets or sets a value that indicates whether the C1GridView control should remain in edit mode after an update operation.
    Syntax
    'Declaration
     
    Public Property KeepInEditMode As System.Boolean
    public System.bool KeepInEditMode {get; set;}
    See Also