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

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