ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow.TagHelpers Namespace / MultiRowTagHelper Class / DeletingRow Property

In This Topic
    DeletingRow Property (MultiRowTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientDeletingRow client event. Occurs when the user is deleting a selected row by pressing the Delete key (see the allowDelete property).
    Syntax
    'Declaration
     
    Public Overridable Property DeletingRow As String
    public virtual string DeletingRow {get; set;}
    Remarks
    The event handler may cancel the row deletion.
    See Also