API Reference
Class
TablerEntityListSettings
Settings sub-builder for TablerEntityList.
Inheritance
- Object
- TablerEntityListSettings
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
Accepted by parameters
- Method TablerEntityList.Settings
Methods
public TablerEntityListSettings Compact(Boolean enable = true) #Returns:
TablerEntityListSettingsUses denser spacing for compact dashboard cards.
Parameters
- enable System.Boolean = true
public TablerEntityListSettings Flush(Boolean enable = true) #Returns:
TablerEntityListSettingsApplies Tabler's flush list-group styling.
Parameters
- enable System.Boolean = true
public TablerEntityListSettings Hoverable(Boolean enable = true) #Returns:
TablerEntityListSettingsEnables hover treatment for items.
Parameters
- enable System.Boolean = true
public TablerEntityListSettings MaxHeight(String height) #Returns:
TablerEntityListSettingsEditorBrowsable(2)Makes the list scroll within a fixed height.
Type Parameters
- THeight
Parameters
- height System.String
public TablerEntityListSettings ShowProgress(Boolean enable = true) #Returns:
TablerEntityListSettingsShows or hides the optional progress rows.
Parameters
- enable System.Boolean = true
public TablerEntityListSettings Striped(Boolean enable = true) #Returns:
TablerEntityListSettingsEnables alternating row striping.
Parameters
- enable System.Boolean = true
public TablerEntityListSettings Surface(TablerSurfaceStyle style) #Returns:
TablerEntityListSettingsApplies a shared theme surface to the list shell.
Parameters
- style HtmlForgeX.TablerSurfaceStyle