ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / OnClientPrepareCellForEdit Property

In This Topic
    OnClientPrepareCellForEdit Property (FlexSheet)
    In This Topic
    Occurs when an editor cell is created and before it becomes active.
    Syntax
    'Declaration
     
    
    Public Overridable Property OnClientPrepareCellForEdit As String
    public virtual string OnClientPrepareCellForEdit {get; set;}
    See Also