API Reference
Class
TablerWorkloadListSettings
Settings for TablerWorkloadList.
Inheritance
- Object
- TablerWorkloadListSettings
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 TablerWorkloadList.Settings
Methods
public TablerWorkloadListSettings Accent(TablerColor color) #Returns:
TablerWorkloadListSettingsSets the ambient accent color.
Parameters
- color HtmlForgeX.TablerColor
public TablerWorkloadListSettings Compact(Boolean enabled = true) #Returns:
TablerWorkloadListSettingsUses tighter spacing for dense dashboard cards.
Parameters
- enabled System.Boolean = true
public TablerWorkloadListSettings EmptyMessage(String message) #Returns:
TablerWorkloadListSettingsSets the empty-state message.
Parameters
- message System.String
public TablerWorkloadListSettings FillHeight(Boolean enabled = true) #Returns:
TablerWorkloadListSettingsStretches the list to fill the parent height.
Parameters
- enabled System.Boolean = true
public TablerWorkloadListSettings MaxHeight<THeight>(THeight height) #Returns:
TablerWorkloadListSettingsType Parameters
- THeight
Parameters
- height THeight
public TablerWorkloadListSettings Subtitle(String subtitle) #Returns:
TablerWorkloadListSettingsSets supporting copy under the title.
Parameters
- subtitle System.String
public TablerWorkloadListSettings Title(String title) #Returns:
TablerWorkloadListSettingsSets the list title.
Parameters
- title System.String