[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridColumn.GetCellCssClasses

GetCellCssClasses Method

GetCellCssClasses(GridCellType, GridRow, C1Thickness)

Gets the CSS classes that will be applied to the cell.

Declaration
protected virtual IEnumerable<string> GetCellCssClasses(GridCellType cellType, GridRow row, C1Thickness internalBorders)
Parameters
Type Name Description
GridCellType cellType

The kind of cell.

GridRow row

The row whose intersection with this column determines the cell.

C1Thickness internalBorders

A thickness object containing zeros or ones to represent whether the borders of the cell are internal 1 or external 0.

Returns
Type Description
IEnumerable<string>