ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders 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