Gets or sets the ICellFactory class responsible for creating
and destroying FrameworkElement objects used to represent grid cells.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public ICellFactory CellFactory { get; set; } |
Visual Basic |
---|
Public Property CellFactory As ICellFactory Get Set |
Remarks
Setting this property to null causes the grid to use the default cell factory
implemented by the CellFactory class.