HtmlForgeX

API Reference

Class

TablerWorkloadListSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

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.

Accepted by parameters

Methods

public TablerWorkloadListSettings Accent(TablerColor color) #
Returns: TablerWorkloadListSettings

Sets the ambient accent color.

Parameters

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

Uses tighter spacing for dense dashboard cards.

Parameters

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

Sets the empty-state message.

Parameters

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

Returns the root workload list.

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

Stretches the list to fill the parent height.

Parameters

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

Type Parameters

THeight

Parameters

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

Limits the internal row list height.

Parameters

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

Sets supporting copy under the title.

Parameters

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

Sets the list title.

Parameters

title System.String requiredposition: 0