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

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