Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace > Column Class : CellEditorTemplate Property |
'Declaration Public Property CellEditorTemplate As DataTemplate
'Usage Dim instance As Column Dim value As DataTemplate instance.CellEditorTemplate = value value = instance.CellEditorTemplate
public DataTemplate CellEditorTemplate {get; set;}
<DataTemplate> <ComboBox> <ComboBox.Items> <s:String>Canada</s:String> <s:String>USA</s:String> <s:String>Mexico</s:String> </ComboBox.Items> </ComboBox> </DataTemplate>
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family