[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CellFactory.ApplyCellStyles

ApplyCellStyles Method

ApplyCellStyles(C1FlexGrid, CellType, CellRange, Border)

Allows derived classes to finish customizing cells after they have been created and all styles have been applied.

Declaration
public virtual void ApplyCellStyles(C1FlexGrid grid, CellType cellType, CellRange rng, Border bdr)
Parameters
Type Name Description
C1FlexGrid grid

C1FlexGrid that owns the cell.

CellType cellType

CellType that specifies the type of cell to be created.

CellRange rng

CellRange that specifies the row and column represented by the cell.

Border bdr

Border element that represents the cell.