Sets the converter source to a dictionary containing keys (objects to store in the column
cells) and their corresponding display values (strings to display to the user).
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
C# |
---|
public void SetSource( IDictionary dictionary ) |
Visual Basic |
---|
Public Sub SetSource ( _ dictionary As IDictionary _ ) |
Parameters
- dictionary
- Type: System.Collections..::..IDictionary
Dictionary containing keys (objects to store in the column cells) and strings to display in the cells.