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

In This Topic
    OnClientUpdatingView Property (FlexSheet)
    In This Topic
    Occurs when the grid starts creating/updating the elements that make up the current view.
    Syntax
    'Declaration
     
    
    Public Overridable Property OnClientUpdatingView As String
    public virtual string OnClientUpdatingView {get; set;}
    See Also