HtmlForgeX

API Reference

Class

TablerAgendaEventBuilder

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Fluent builder for agenda event details.

Inheritance

  • Object
  • TablerAgendaEventBuilder

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

public TablerAgendaEventBuilder Badge(String text, TablerBadgeColor color = Primary) #
Returns: TablerAgendaEventBuilder

Adds a status badge to the event.

Parameters

text System.String requiredposition: 0
color HtmlForgeX.TablerBadgeColor = Primary optionalposition: 1
public TablerAgendaEventBuilder Location(String label, TablerIconType icon = Video) #
Returns: TablerAgendaEventBuilder

Adds a location or meeting channel label.

Parameters

label System.String requiredposition: 0
icon HtmlForgeX.TablerIconType = Video optionalposition: 1
public TablerAgendaEventBuilder Participant(String initials, TablerColor color = Blue) #
Returns: TablerAgendaEventBuilder

Adds one participant avatar by initials.

Parameters

initials System.String requiredposition: 0
color HtmlForgeX.TablerColor = Blue optionalposition: 1
public TablerAgendaEventBuilder ParticipantOverflow(Int32 count) #
Returns: TablerAgendaEventBuilder

Shows an overflow count after the rendered participant avatars.

Parameters

count System.Int32 requiredposition: 0