API Reference
Class
TablerComparisonListSettings
Settings sub-builder for TablerComparisonList.
Inheritance
- Object
- TablerComparisonListSettings
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
Methods
public TablerComparisonListSettings Compact(Boolean enable = true) #Returns:
TablerComparisonListSettingsUses denser typography for compact rails and side panels.
Parameters
- enable System.Boolean = true
public TablerComparisonListSettings Flush(Boolean enable = true) #Returns:
TablerComparisonListSettingsApplies Tabler's flush list-group styling.
Parameters
- enable System.Boolean = true
public TablerComparisonListSettings HighlightDelta(Boolean enable = true) #Returns:
TablerComparisonListSettingsShows or hides the emphasized delta pill on the right.
Parameters
- enable System.Boolean = true
public TablerComparisonListSettings Hoverable(Boolean enable = true) #Returns:
TablerComparisonListSettingsEnables hover treatment for items.
Parameters
- enable System.Boolean = true
public TablerComparisonListSettings MaxHeight(String height) #Returns:
TablerComparisonListSettingsEditorBrowsable(2)Makes the list scroll within a fixed height.
Type Parameters
- THeight
Parameters
- height System.String
public TablerComparisonListSettings Striped(Boolean enable = true) #Returns:
TablerComparisonListSettingsEnables alternating row striping.
Parameters
- enable System.Boolean = true