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

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