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

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.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