ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1DataSource Namespace / HttpProxy Class / Options Property

In This Topic
    Options Property (HttpProxy)
    In This Topic
    The Ajax Options used to get the data
    Syntax
    'Declaration
     
    Public ReadOnly Property Options As System.Collections.Generic.List(Of ProxyField)
    public System.Collections.Generic.List<ProxyField> Options {get;}
    See Also