ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / LoadSettings Class / Type Property

In This Topic
    Type Property (LoadSettings)
    In This Topic
    Indicates the ajax request type is 'GET' or 'POST'.
    Syntax
    'Declaration
     
    Public Property Type As RequestType
    public RequestType Type {get; set;}
    See Also