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

In This Topic
    RowEditStarted Property (FlexGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientRowEditStarted client event. Occurs after a row enters edit mode.
    Syntax
    'Declaration
     
    Public Overridable Property RowEditStarted As String
    public virtual string RowEditStarted {get; set;}
    See Also