API Reference
Class
TablerCollectionCardsSettings
Settings sub-builder for TablerCollectionCards.
Inheritance
- Object
- TablerCollectionCardsSettings
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 TablerCollectionCardsSettings Compact(Boolean enable = true) #Returns:
TablerCollectionCardsSettingsUses denser spacing for smaller dashboard panels.
Parameters
- enable System.Boolean = true
public TablerCollectionCards End() #Returns:
TablerCollectionCardsReturns control to the root collection.
public TablerCollectionCardsSettings FillItems(Boolean enable = true) #Returns:
TablerCollectionCardsSettingsStretches cards to equal heights where possible.
Parameters
- enable System.Boolean = true
public TablerCollectionCardsSettings MaxHeight(String height) #Returns:
TablerCollectionCardsSettingsEditorBrowsable(2)Makes the grid scroll within a fixed height.
Type Parameters
- THeight
Parameters
- height System.String
public TablerCollectionCardsSettings MinColumnWidth(String width) #Returns:
TablerCollectionCardsSettingsEditorBrowsable(2)Sets the minimum width used by the responsive auto-fit grid.
Type Parameters
- TWidth
Parameters
- width System.String
MinColumnWidth``1(``0 width) #Sets the minimum width used by the responsive auto-fit grid.
Parameters
- width ``0
public TablerCollectionCardsSettings Surface(TablerSurfaceStyle style) #Returns:
TablerCollectionCardsSettingsApplies a shared theme surface to the card grid shell.
Parameters
- style HtmlForgeX.TablerSurfaceStyle