API Reference
Class
TablerDatedEventListSettings
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.
Returned or exposed by
- Method TablerDatedEventListSettings.Accent
- Method TablerDatedEventListSettings.Compact
- Method TablerDatedEventListSettings.EmptyMessage
- Method TablerDatedEventListSettings.FillHeight
- Method TablerDatedEventListSettings.MaxHeight
- Method TablerDatedEventListSettings.Subtitle
- Method TablerDatedEventListSettings.Title
Accepted by parameters
Methods
public TablerDatedEventListSettings Accent(TablerColor color) #Returns:
TablerDatedEventListSettingsSets the ambient accent color.
Parameters
- color HtmlForgeX.TablerColor
public TablerDatedEventListSettings Compact(Boolean enabled = true) #Returns:
TablerDatedEventListSettingsUses tighter spacing for dense dashboard cards.
Parameters
- enabled System.Boolean = true
public TablerDatedEventListSettings EmptyMessage(String message) #Returns:
TablerDatedEventListSettingsSets the empty-state message.
Parameters
- message System.String
public TablerDatedEventListSettings FillHeight(Boolean enabled = true) #Returns:
TablerDatedEventListSettingsStretches the list to fill the parent height.
Parameters
- enabled System.Boolean = true
public TablerDatedEventListSettings MaxHeight<THeight>(THeight height) #Returns:
TablerDatedEventListSettingsType Parameters
- THeight
Parameters
- height THeight
public TablerDatedEventListSettings Subtitle(String subtitle) #Returns:
TablerDatedEventListSettingsSets supporting copy under the title.
Parameters
- subtitle System.String
public TablerDatedEventListSettings Title(String title) #Returns:
TablerDatedEventListSettingsSets the list title.
Parameters
- title System.String