Gets or sets the ICellFactory class responsible for creating
and destroying FrameworkElement objects used to represent grid cells.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.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.