ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1ComboBox Class / ItemsValueMember Property

In This Topic
    ItemsValueMember Property
    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