ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / DisplayMember Property

In This Topic
    DisplayMember Property (C1ListBase)
    In This Topic
    Returns or sets the DataSource field used for incremental search.
    Syntax
    'Declaration
     
    
    Public Property DisplayMember As String
    public string DisplayMember {get; set;}
    Remarks
    If the DisplayMember property is not specified, the first column in the control will be used for both incremental search and the selection value.
    See Also