---
title: List Item Event Render Hooks
---

Customize bullet-point style events — timed events in DayGrid view and events in List view. These hooks apply in addition to the general [Event Render Hooks](event-render-hooks).

`listItemEventClass` - a [ClassName Input](classname-input) for the outermost element of a list item event

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

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

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

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

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