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.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.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.