ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / ItemTemplate Property

In This Topic
    ItemTemplate Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets the item template shown in the items of the combo box.
    Syntax
    'Declaration
     
    
    Public Property ItemTemplate As DataTemplate
    public 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