ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / JsonSerializableHelper Class / JsonSerializableHelper Constructor / JsonSerializableHelper Constructor(WebControl)

In This Topic
    JsonSerializableHelper Constructor(WebControl)
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal control As System.Web.UI.WebControls.WebControl _
    )
    public JsonSerializableHelper( 
       System.Web.UI.WebControls.WebControl control
    )

    Parameters

    control
    See Also