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

In This Topic
    CellFactory Property (FlexGrid)
    In This Topic
    Gets or sets the factory of cells.
    Syntax
    'Declaration
     
    Public Property CellFactory As GridCellFactory
    public GridCellFactory CellFactory {get; set;}
    See Also