ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / DataOption Class / DataSourceID Property

In This Topic
    DataSourceID Property (DataOption)
    In This Topic
    Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.
    Syntax
    'Declaration
     
    Public Property DataSourceID As System.String
    public System.string DataSourceID {get; set;}
    See Also