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

In This Topic
    DataType Property (C1TextBoxBase)
    In This Topic
    Gets or sets the type of the Value property.
    Syntax
    'Declaration
     
    
    Public Overridable Property DataType As Type
    public virtual Type DataType {get; set;}
    See Also