A column in an ITreeDataGridSource which displays its values using a data template.
public class TemplateColumn<TModel> : ColumnBase<TModel>, IColumn<TModel>, IUpdateColumnLayout, IColumn, INotifyPropertyChanged, ITextSearchableColumn<TModel>
kind:method, kind:property, kind:ctor. Press Esc to clear.CreateCell(IRow<TModel>)Creates a cell for this column on the specified row.GetCellEditingTemplate(Control)Gets the template to use to display the contents of a cell that is in editing mode.GetCellTemplate(Control)Gets the template to use to display the contents of a cell that is not in editing mode.