ComponentOne FlexGrid for WPF and Silverlight
CellFactory Property (C1FlexGrid)

C1.Silverlight.FlexGrid Namespace > C1FlexGrid Class : CellFactory Property
Gets or sets the ICellFactory class responsible for creating and destroying System.Windows.FrameworkElement objects used to represent grid cells.
Syntax
'Declaration
 
Public Property CellFactory As ICellFactory
public ICellFactory CellFactory {get; set;}
Remarks
Setting this property to null causes the grid to use the default cell factory implemented by the CellFactory class.
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members