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

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