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

In This Topic
    BeginningEdit Property (TransposedGridTagHelper)
    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