Represents a column in an ITreeDataGridSource which selects cell values from a model.
public interface IColumn<TModel> : IColumn, INotifyPropertyChanged
kind:method, kind:property, kind:ctor. Press Esc to clear.CreateCell(IRow<TModel>)Creates a cell for this column on the specified row.GetComparison(ListSortDirection)Gets a comparison function for the column.