InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputMaskedTextBox Class / DataSource Property

In This Topic
    DataSource Property (InputMaskedTextBox)
    In This Topic
    Gets or sets the data source object for this input component.
    Syntax
    'Declaration
     
    Public Overridable Property DataSource As Object
    public virtual object DataSource {get; set;}
    See Also