API Reference
Class
ListGroupSettings
Settings sub-builder for TablerListGroup.
Inheritance
- Object
- ListGroupSettings
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ListGroupSettings.Compact
- Method ListGroupSettings.Features
- Method ListGroupSettings.Flush
- Method ListGroupSettings.Hoverable
- Method ListGroupSettings.Striped
- Method ListGroupSettings.Surface
Accepted by parameters
- Method TablerListGroup.Settings
Methods
public ListGroupSettings Compact(Boolean enable = true) #Returns:
ListGroupSettingsUse compact typography (wraps the list in small).
Parameters
- enable System.Boolean = true
public ListGroupSettings Features(TablerListGroupFeatures features) #Returns:
ListGroupSettingsSets feature flags on the list group.
Parameters
- features HtmlForgeX.TablerListGroupFeatures
public ListGroupSettings Flush(Boolean enable = true) #Returns:
ListGroupSettingsEnable list-group-flush.
Parameters
- enable System.Boolean = true
public ListGroupSettings Hoverable(Boolean enable = true) #Returns:
ListGroupSettingsEnable list-group-hoverable (Tabler utility).
Parameters
- enable System.Boolean = true
public ListGroupSettings Striped(Boolean enable = true) #Returns:
ListGroupSettingsEnable list-group-striped (Tabler utility).
Parameters
- enable System.Boolean = true
public ListGroupSettings Surface(TablerSurfaceStyle style) #Returns:
ListGroupSettingsApplies a shared surface treatment to the list group shell.
Parameters
- style HtmlForgeX.TablerSurfaceStyle