'Declaration Public Overloads Sub SetSource( _ ByVal values As IEnumerable, _ ByVal valuePath As String, _ ByVal displayMemberPath As String _ )
public void SetSource( 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.