Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / ItemsValueMember Property

In This Topic
    ItemsValueMember Property (C1ComboBox)
    In This Topic
    Gets or sets the path of the property to use as the actual value for the items in the C1ComboBox control.
    Syntax
    'Declaration
     
    
    Public Property ItemsValueMember As String
    public string ItemsValueMember {get; set;}
    See Also