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

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