Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / ComboBoxItem Class / Value Property

In This Topic
    Value Property (ComboBoxItem)
    In This Topic
    Gets or sets the value of combobox item.
    Syntax
    'Declaration
     
    
    Public Property Value As Object
    public object Value {get; set;}
    See Also