FlexGrid for WinRT
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnValueConverter Class
ColumnValueConverter Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback