ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1Label Class / DataMember Property

In This Topic
    DataMember Property (C1Label)
    In This Topic
    The field of the data source object to which the control is bound.
    Syntax
    'Declaration
     
    
    Public Property DataMember As String
    public string DataMember {get; set;}
    See Also