The addClass() method adds the specified CSS class to all cells in the array.
DayPilot.CellArray.addClass(className)
dp.cells.all().addClass("my-class");