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

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