FlexGrid for WinRT
SetSource(IEnumerable,String,String) Method

Collection of objects that contain the key and display values for the column.
Name of the property that contains the values stored in the grid.
Name of the property that contains the values displayed in the grid.
Sets the converter source to a list of objects that contain the keys (values stored in the column cells) and their corresponding display values.
Syntax
'Declaration
 
Public Overloads Sub SetSource( _
   ByVal values As System.Collections.IEnumerable, _
   ByVal valuePath As System.String, _
   ByVal displayMemberPath As System.String _
) 
public void SetSource( 
   System.Collections.IEnumerable values,
   System.string valuePath,
   System.string displayMemberPath
)

Parameters

values
Collection of objects that contain the key and display values for the column.
valuePath
Name of the property that contains the values stored in the grid.
displayMemberPath
Name of the property that contains the values displayed in the grid.
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