[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridRow.GetCellCssClasses

GetCellCssClasses Method

GetCellCssClasses(GridCellType, GridColumn, C1Thickness)

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

Declaration
protected virtual IEnumerable<string> GetCellCssClasses(GridCellType cellType, GridColumn column, C1Thickness internalBorders)
Protected Overridable Function GetCellCssClasses(cellType As GridCellType, column As GridColumn, internalBorders As C1Thickness) As IEnumerable(Of String)
Parameters
Type Name Description
GridCellType cellType

The kind of cell.

GridColumn column

The column whose intersection with this row 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>