[]
Gets the CSS classes that will be applied to the cell.
public override IEnumerable<string> GetCellCssClasses(GridControlRange range, C1Thickness internalBorders)
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. |
Type | Description |
---|---|
IEnumerable<string> |
Specify the list of css classes for the cell.
public virtual IEnumerable<string> GetCellCssClasses(GridCellType cellType, GridCellRange range, C1Thickness internalBorders)
Type | Name | Description |
---|---|---|
GridCellType | cellType | Cell's type. |
GridCellRange | range | 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. |
Type | Description |
---|---|
IEnumerable<string> | List of css-classes names joined into a single string separated by spaces. |