FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / GetCellFactory Method

In This Topic
    GetCellFactory Method
    In This Topic
    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