ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridTagHelper Class / DeletedRow Property

In This Topic
    DeletedRow Property (FlexGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientDeletedRow client event. Occurs after the user has deleted a row by pressing the Delete key.
    Syntax
    'Declaration
     
    Public Overridable Property DeletedRow As String
    public virtual string DeletedRow {get; set;}
    See Also