API Reference
Class
TablerAgendaEventBuilder
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.
Returned or exposed by
Accepted by parameters
- Method TablerAgendaRail.AddEvent
- Method TablerAgendaRail.AddEvent
- Method TablerAgendaRail.AddEvent
Methods
public TablerAgendaEventBuilder Badge(String text, TablerBadgeColor color = Primary) #Returns:
TablerAgendaEventBuilderAdds a status badge to the event.
Parameters
- text System.String
- color HtmlForgeX.TablerBadgeColor = Primary
public TablerAgendaEventBuilder Location(String label, TablerIconType icon = Video) #Returns:
TablerAgendaEventBuilderAdds a location or meeting channel label.
Parameters
- label System.String
- icon HtmlForgeX.TablerIconType = Video
public TablerAgendaEventBuilder Participant(String initials, TablerColor color = Blue) #Returns:
TablerAgendaEventBuilderAdds one participant avatar by initials.
Parameters
- initials System.String
- color HtmlForgeX.TablerColor = Blue
public TablerAgendaEventBuilder ParticipantOverflow(Int32 count) #Returns:
TablerAgendaEventBuilderShows an overflow count after the rendered participant avatars.
Parameters
- count System.Int32