'Declaration Public Function New( _ ByVal values As IEnumerable, _ ByVal valuePath As String, _ ByVal displayMemberPath As String _ )
public ColumnValueConverter( IEnumerable values, string valuePath, 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.