InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputComboBox Class / DisplayMember Property

In This Topic
    DisplayMember Property (InputComboBox)
    In This Topic
    Gets or sets the property to display for this InputComboBox.
    Syntax
    'Declaration
     
    Public Property DisplayMember As String
    public string DisplayMember {get; set;}
    See Also