ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / IComboBox Interface / ItemsValueMember Property

In This Topic
    ItemsValueMember Property (IComboBox)
    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
     
    
    Property ItemsValueMember As String
    string ItemsValueMember {get; set;}
    See Also