ComponentOne FlexGrid for WPF and Silverlight
ColumnValueConverter Constructor(IEnumerable,String,String)

C1.WPF.FlexGrid Namespace > ColumnValueConverter Class > ColumnValueConverter Constructor : ColumnValueConverter Constructor(IEnumerable,String,String)
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.
Initializes a new instance of a ColumnValueConverter based on an object collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal values As System.Collections.IEnumerable, _
   ByVal valuePath As System.String, _
   ByVal displayMemberPath As System.String _
)
public ColumnValueConverter( 
   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.
See Also

Reference

ColumnValueConverter Class
ColumnValueConverter Members
Overload List