ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1TextBox Class / DataField Property

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