API Reference
Class
ListGroupSettings
Settings sub-builder for TablerListGroup.
Inheritance
- Object
- ListGroupSettings
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