HtmlForgeX

API Reference

Class

ListGroupSettings

Namespace HtmlForgeX.TablerListGroup
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerListGroup.

Inheritance

  • Object
  • ListGroupSettings

Methods

public ListGroupSettings Compact(Boolean enable = true) #
Returns: ListGroupSettings

Use compact typography (wraps the list in small).

Parameters

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

Returns control to the root list group.

public ListGroupSettings Features(TablerListGroupFeatures features) #
Returns: ListGroupSettings

Sets feature flags on the list group.

Parameters

features HtmlForgeX.TablerListGroupFeatures requiredposition: 0
public ListGroupSettings Flush(Boolean enable = true) #
Returns: ListGroupSettings

Enable list-group-flush.

Parameters

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

Enable list-group-hoverable (Tabler utility).

Parameters

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

Enable list-group-striped (Tabler utility).

Parameters

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

Applies a shared surface treatment to the list group shell.

Parameters

style HtmlForgeX.TablerSurfaceStyle requiredposition: 0