FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridSkeletonLoadingCellFactory Class / GridSkeletonLoadingCellFactory Constructor
The original cell-factory.

In This Topic
    GridSkeletonLoadingCellFactory Constructor
    In This Topic
    Initializes a new instance of the GridSkeletonLoadingCellFactory class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal cellFactory As GridCellFactory _
    )
    public GridSkeletonLoadingCellFactory( 
       GridCellFactory cellFactory
    )

    Parameters

    cellFactory
    The original cell-factory.
    See Also