InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputTextBox Class / DataField Property

In This Topic
    DataField Property (InputTextBox)
    In This Topic
    Gets or sets the field of the data source to which this component is bound.
    Syntax
    'Declaration
     
    Public Overridable Property DataField As String
    public virtual string DataField {get; set;}
    See Also