Gets the ICellFactory class responsible for creating and destroying FrameworkElement objects used to represent grid cells.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public ICellFactory GetCellFactory()
Visual Basic
Public Function GetCellFactory As ICellFactory

Return Value

The custom cell factory assigned to the CellFactory property or a default cell factory implementation if a custom value was not set.

See Also