[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridControlAdapter.GetCellCssClasses

GetCellCssClasses Method

GetCellCssClasses(GridControlRange, C1Thickness)

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

Declaration
public virtual IEnumerable<string> GetCellCssClasses(GridControlRange range, C1Thickness internalBorders)
Parameters
Type Name Description
GridControlRange range

The cell's range.

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>