API Reference
Class
TablerRosterListSettings
Settings sub-builder for TablerRosterList.
Inheritance
- Object
- TablerRosterListSettings
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 TablerRosterList.Settings
Methods
public TablerRosterListSettings Compact(Boolean enable = true) #Returns:
TablerRosterListSettingsUses denser typography for the whole list.
Parameters
- enable System.Boolean = true
public TablerRosterListSettings Flush(Boolean enable = true) #Returns:
TablerRosterListSettingsApplies Tabler's flush list-group styling.
Parameters
- enable System.Boolean = true
public TablerRosterListSettings Hoverable(Boolean enable = true) #Returns:
TablerRosterListSettingsEnables hover treatment for items.
Parameters
- enable System.Boolean = true
public TablerRosterListSettings MaxHeight(String height) #Returns:
TablerRosterListSettingsEditorBrowsable(2)Makes the list scroll within a fixed height.
Type Parameters
- THeight
Parameters
- height System.String
public TablerRosterListSettings Striped(Boolean enable = true) #Returns:
TablerRosterListSettingsEnables alternating row striping.
Parameters
- enable System.Boolean = true