API Reference
Class
TablerDataGridCardSettings
Settings sub-builder for TablerDataGridCard.
Inheritance
- Object
- TablerDataGridCardSettings
Methods
public TablerDataGridCardSettings Accent(TablerColor color) #Returns:
TablerDataGridCardSettingsSets the ambient accent color.
Parameters
- color HtmlForgeX.TablerColor
public TablerDataGridCardSettings Compact(Boolean enable = true) #Returns:
TablerDataGridCardSettingsUses tighter spacing inside the card.
Parameters
- enable System.Boolean = true
public TablerDataGridCard End() #Returns:
TablerDataGridCardReturns control to the root card surface.
public TablerDataGridCardSettings FillHeight(Boolean enable = true) #Returns:
TablerDataGridCardSettingsMakes the card stretch to the available height.
Parameters
- enable System.Boolean = true