HtmlForgeX

API Reference

Class

TablerDatedEventListSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings for TablerDatedEventList.

Inheritance

  • Object
  • TablerDatedEventListSettings

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 TablerDatedEventListSettings Accent(TablerColor color) #
Returns: TablerDatedEventListSettings

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerDatedEventListSettings Compact(Boolean enabled = true) #
Returns: TablerDatedEventListSettings

Uses tighter spacing for dense dashboard cards.

Parameters

enabled System.Boolean = true optionalposition: 0
public TablerDatedEventListSettings EmptyMessage(String message) #
Returns: TablerDatedEventListSettings

Sets the empty-state message.

Parameters

message System.String requiredposition: 0
public TablerDatedEventList End() #
Returns: TablerDatedEventList

Returns the root dated event list.

public TablerDatedEventListSettings FillHeight(Boolean enabled = true) #
Returns: TablerDatedEventListSettings

Stretches the list to fill the parent height.

Parameters

enabled System.Boolean = true optionalposition: 0
public TablerDatedEventListSettings MaxHeight<THeight>(THeight height) #
Returns: TablerDatedEventListSettings

Type Parameters

THeight

Parameters

height THeight requiredposition: 0
MaxHeight``1(``0 height) #

Limits the internal event list height.

Parameters

height ``0 required
public TablerDatedEventListSettings Subtitle(String subtitle) #
Returns: TablerDatedEventListSettings

Sets supporting copy under the title.

Parameters

subtitle System.String requiredposition: 0
public TablerDatedEventListSettings Title(String title) #
Returns: TablerDatedEventListSettings

Sets the list title.

Parameters

title System.String requiredposition: 0