ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / GetCellFactory Method

In This Topic
    GetCellFactory Method
    In This Topic
    Gets the ICellFactory class responsible for creating and destroying Windows.UI.Xaml.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