---
title: Column Event Render Hooks
---

Customize rectangular color-filled events that render vertically — timed events in TimeGrid view. These hooks apply in addition to the general [Event Render Hooks](event-render-hooks) and [Block Event Render Hooks](block-event-render-hooks).

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

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

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

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

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

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