ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / Value Property

In This Topic
    Value Property (C1DropDownControl)
    In This Topic
    Gets or sets the current DataType representation of the visual information contained in the control.
    Syntax
    'Declaration
     
    Public Property Value As Object
    public object Value {get; set;}
    See Also