[]
        
(Showing Draft Content)

C1.Blazor.Grid.FlexGrid.PushCellFactory

PushCellFactory Method

PushCellFactory(GridLinkedCellFactory)

Pushes a cell-factory on top of the current ones.

Declaration
public void PushCellFactory(GridLinkedCellFactory cellFactory)
Public Sub PushCellFactory(cellFactory As GridLinkedCellFactory)
Parameters
Type Name Description
GridLinkedCellFactory cellFactory

A cell-factory that will be executed firstly in the stack.

Remarks

The cell-factory at the top of the stack is the one to be executed directly by the panel of cells.