ComponentOne FlexGrid for WPF and Silverlight
GetCellFactory Method (C1FlexGrid)

C1.WPF.FlexGrid Namespace > C1FlexGrid Class : GetCellFactory Method
Gets the ICellFactory class responsible for creating and destroying System.Windows.FrameworkElement objects used to represent grid cells.
Syntax
'Declaration
 
Public Function GetCellFactory() As ICellFactory
public ICellFactory GetCellFactory()

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

Reference

C1FlexGrid Class
C1FlexGrid Members