ComponentOne FlexGrid for WPF and Silverlight
SetSource(IDictionary) Method

C1.WPF.FlexGrid Namespace > ColumnValueConverter Class > SetSource Method : SetSource(IDictionary) Method
Dictionary containing keys (objects to store in the column cells) and strings to display in the cells.
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).
Syntax
'Declaration
 
Public Overloads Sub SetSource( _
   ByVal dictionary As System.Collections.IDictionary _
) 
public void SetSource( 
   System.Collections.IDictionary dictionary
)

Parameters

dictionary
Dictionary containing keys (objects to store in the column cells) and strings to display in the cells.
See Also

Reference

ColumnValueConverter Class
ColumnValueConverter Members
Overload List