HtmlForgeX

API Reference

Class

TablerComparisonListSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerComparisonList.

Inheritance

  • Object
  • TablerComparisonListSettings

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

Uses denser typography for compact rails and side panels.

Parameters

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

Returns control to the root list.

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

Applies Tabler's flush list-group styling.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerComparisonListSettings HighlightDelta(Boolean enable = true) #
Returns: TablerComparisonListSettings

Shows or hides the emphasized delta pill on the right.

Parameters

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

Enables hover treatment for items.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerComparisonListSettings MaxHeight(String height) #
Returns: TablerComparisonListSettings
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 TablerComparisonListSettings Striped(Boolean enable = true) #
Returns: TablerComparisonListSettings

Enables alternating row striping.

Parameters

enable System.Boolean = true optionalposition: 0