Scheduler for WPF and Silverlight | ComponentOne
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 String
    public string DataMember {get; set;}
    See Also