HtmlForgeX

API Reference

Class

TablerEntityListSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerEntityList.

Inheritance

  • Object
  • TablerEntityListSettings

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 TablerEntityListSettings Compact(Boolean enable = true) #
Returns: TablerEntityListSettings

Uses denser spacing for compact dashboard cards.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerEntityList End() #
Returns: TablerEntityList

Returns control to the root list.

public TablerEntityListSettings Flush(Boolean enable = true) #
Returns: TablerEntityListSettings

Applies Tabler's flush list-group styling.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerEntityListSettings Hoverable(Boolean enable = true) #
Returns: TablerEntityListSettings

Enables hover treatment for items.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerEntityListSettings MaxHeight(String height) #
Returns: TablerEntityListSettings
EditorBrowsable(2)

Makes the list scroll within a fixed height.

Type Parameters

THeight

Parameters

height System.String requiredposition: 0
MaxHeight``1(``0 height) #

Makes the list scroll within a fixed height.

Parameters

height ``0 required
public TablerEntityListSettings ShowProgress(Boolean enable = true) #
Returns: TablerEntityListSettings

Shows or hides the optional progress rows.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerEntityListSettings Striped(Boolean enable = true) #
Returns: TablerEntityListSettings

Enables alternating row striping.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerEntityListSettings Surface(TablerSurfaceStyle style) #
Returns: TablerEntityListSettings

Applies a shared theme surface to the list shell.

Parameters

style HtmlForgeX.TablerSurfaceStyle requiredposition: 0