ComponentOne FlexGrid for WinForms
MultiColumnDictionary Constructor(ITypedList,String)

C1.Win.C1FlexGrid Namespace > MultiColumnDictionary Class > MultiColumnDictionary Constructor : MultiColumnDictionary Constructor(ITypedList,String)
Data source object.
Name of the data source column that contains unique keys.
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

Reference

MultiColumnDictionary Class
MultiColumnDictionary Members
Overload List