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

In This Topic
    DisplayMember Property (C1List)
    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