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

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