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

In This Topic
    ItemsDisplayMember Property
    In This Topic
    Gets or sets the property to display items for this C1ComboBox control.
    Syntax
    'Declaration
     
    Public Property ItemsDisplayMember As String
    public string ItemsDisplayMember {get; set;}
    See Also