FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridBoundRow Class / CellFactory Property

In This Topic
    CellFactory Property (GridBoundRow)
    In This Topic
    Gets the cell-factory.
    Syntax
    'Declaration
     
    Public ReadOnly Property CellFactory As GridCellFactory
    public GridCellFactory CellFactory {get;}
    See Also