ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow.TagHelpers Namespace / MultiRowTagHelper Class / PrepareCellForEdit Property

In This Topic
    PrepareCellForEdit Property (MultiRowTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientPrepareCellForEdit client event. Occurs when an editor cell is created and before it becomes active.
    Syntax
    'Declaration
     
    Public Overridable Property PrepareCellForEdit As String
    public virtual string PrepareCellForEdit {get; set;}
    See Also