Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / DataMember Property

In This Topic
    DataMember Property (C1BindingSource)
    In This Topic
    Gets or sets the specific list in the data source to which the connector currently binds to.
    Syntax
    'Declaration
     
    Public Property DataMember As System.String
    public System.string DataMember {get; set;}
    See Also