[]
Gets or sets the ICellFactory class responsible for creating and destroying FrameworkElement objects used to represent grid cells.
public ICellFactory CellFactory { get; set; }
Setting this property to null causes the grid to use the default cell factory implemented by the CellFactory class.