FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / MultiColumnDictionary Class / MultiColumnDictionary Constructor / MultiColumnDictionary Constructor(ITypedList,String)
Data source object.
Name of the data source column that contains unique keys.

In This Topic
    MultiColumnDictionary Constructor(ITypedList,String)
    In This Topic
    Initializes a new instance of a bound MultiColumnDictionary class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal list As ITypedList, _
       ByVal keyColumn As String _
    )
    public MultiColumnDictionary( 
       ITypedList list,
       string keyColumn
    )

    Parameters

    list
    Data source object.
    keyColumn
    Name of the data source column that contains unique keys.
    Remarks
    This constructor causes the map to show all columns when the editor is dropped down and only the first column when the editor is closed or inactive.
    See Also