ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / Frame Class / DataMember Property

In This Topic
    DataMember Property (Frame)
    In This Topic
    Returns or sets the name of the data member used to populate the control.
    Syntax
    'Declaration
     
    
    Public Property DataMember As String
    public string DataMember {get; set;}
    See Also