ComponentOne DataGrid for WPF and Silverlight
DisplayMemberPath Property (DataGridComboBoxColumn)

C1.WPF.DataGrid Namespace > DataGridComboBoxColumn Class : DisplayMemberPath Property
Gets or sets the name or path of the property that is displayed for each item of the combo.
Syntax
'Declaration
 
Public Property DisplayMemberPath As System.String
public System.string DisplayMemberPath {get; set;}

Property Value

The name or path of the property that is displayed for each the item of the combo. The default is an empty string ("")..
See Also

Reference

DataGridComboBoxColumn Class
DataGridComboBoxColumn Members