[]
When set to true the methods GetCellKind(GridCellType, GridColumn), CreateCell(GridCellType, object, GridColumn), BindCell(GridCellView, GridCellType, GridColumn) and UnbindCell(GridCellView, GridCellType, GridColumn) will be called allowing customized cells, inheriting from GridCellView.
protected bool AllowCustomCells { get; set; }