ComponentOne DataGrid for WPF and Silverlight
ItemTemplate Property (DataGridComboBoxColumn)

C1.Silverlight.DataGrid Namespace > DataGridComboBoxColumn Class : ItemTemplate Property
Gets or sets the item template shown in the items of the combo box.
Syntax
'Declaration
 
Public Property ItemTemplate As System.Windows.DataTemplate
public System.Windows.DataTemplate ItemTemplate {get; set;}

Property Value

The item template.
Remarks
If this property is set the property DisplayMemberPath will not be set in the editing combo.
See Also

Reference

DataGridComboBoxColumn Class
DataGridComboBoxColumn Members