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

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