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

In This Topic
    Data Property (C1DataSource)
    In This Topic
    The data to process using the wijdatasource class. The value can be the reference of the data or the data itself in client side.
    Syntax
    'Declaration
     
    Public Property Data As System.String
    public System.string Data {get; set;}
    See Also