ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / IJsonRestore Interface / RestoreStateFromJson Method

In This Topic
    RestoreStateFromJson Method (IJsonRestore)
    In This Topic
    Restore control state from json object.
    Syntax
    'Declaration
     
    Sub RestoreStateFromJson( _
       ByVal state As System.Object _
    ) 
    void RestoreStateFromJson( 
       System.object state
    )

    Parameters

    state
    See Also