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

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