ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridTemplateColumn Class / CellEditingTemplate Property

In This Topic
    CellEditingTemplate Property
    In This Topic
    Gets or sets the data template used to display the data in edit mode.
    Syntax
    'Declaration
     
    
    Public Property CellEditingTemplate As DataTemplate
    public DataTemplate CellEditingTemplate {get; set;}
    See Also