Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / DataMember Property

In This Topic
    DataMember Property (C1TextBoxBase)
    In This Topic
    Gets or sets the member 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