API Reference
Class
TablerOperationalListSettings
Settings sub-builder for TablerOperationalList.
Inheritance
- Object
- TablerOperationalListSettings
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 TablerOperationalListSettings CardMinWidth(String width) #Returns:
TablerOperationalListSettingsEditorBrowsable(2)Sets the minimum width used by the responsive card grid.
Type Parameters
- TWidth
Parameters
- width System.String
CardMinWidth``1(``0 width) #Sets the minimum width used by the responsive card grid.
Parameters
- width ``0
public TablerOperationalListSettings Compact(Boolean enable = true) #Returns:
TablerOperationalListSettingsUses denser spacing for compact cards.
Parameters
- enable System.Boolean = true
public TablerOperationalListSettings InspectionTrigger(TablerOperationalListInspectionTrigger trigger) #Returns:
TablerOperationalListSettingsControls which interactions open and close item inspection panels.
Parameters
- trigger HtmlForgeX.TablerOperationalListInspectionTrigger
public TablerOperationalListSettings MaxHeight(String height) #Returns:
TablerOperationalListSettingsEditorBrowsable(2)Makes the cards area scroll inside a fixed height.
Type Parameters
- THeight
Parameters
- height System.String
public TablerOperationalListSettings SelectionMode(TablerOperationalListSelectionMode mode) #Returns:
TablerOperationalListSettingsControls whether cards are read-only, single-select, or multi-select.
Parameters
- mode HtmlForgeX.TablerOperationalListSelectionMode
public TablerOperationalListSettings Toolbar(Boolean enable = true) #Returns:
TablerOperationalListSettingsShows or hides the toolbar row.
Parameters
- enable System.Boolean = true