---
title: Row Event Render Hooks
---

Customize rectangular color-filled events that render horizontally — all-day events in DayGrid and TimeGrid views, as well as Timeline events. These hooks apply in addition to the general [Event Render Hooks](event-render-hooks) and [Block Event Render Hooks](block-event-render-hooks).

`rowEventClass` - a [ClassName Input](classname-input) for the outermost element of a row event

`rowEventBeforeClass` - a [ClassName Input](classname-input) for the element before the "inner" wrapper

`rowEventAfterClass` - a [ClassName Input](classname-input) for the element after the "inner" wrapper

`rowEventInnerClass` - a [ClassName Input](classname-input) for the "inner" wrapper element

`rowEventTimeClass` - a [ClassName Input](classname-input) for the time element within "inner"

`rowEventTitleClass` - a [ClassName Input](classname-input) for the title element within "inner"
