HtmlForgeX

API Reference

Class

TablerAlertListSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerAlertList.

Inheritance

  • Object
  • TablerAlertListSettings

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

Uses denser spacing for compact dashboard rails and side panels.

Parameters

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

Returns control to the root list.

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

Applies Tabler's flush list-group styling.

Parameters

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

Enables hover treatment for items.

Parameters

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

Shows or hides the left severity rail.

Parameters

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

Enables alternating row striping.

Parameters

enable System.Boolean = true optionalposition: 0