API Reference
Class
TablerDataGridCardSettings
Settings sub-builder for TablerDataGridCard.
Inheritance
- Object
- TablerDataGridCardSettings
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 TablerDataGridCard.Settings
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
HeaderInfo 2 overloads
public TablerDataGridCardSettings HeaderInfo(String text, String title = null, TablerPopoverPlacement placement = Left, TablerPopoverTrigger trigger = ClickOnly, TablerInfoPopoverVisualStyle visualStyle = Subtle) #Returns:
TablerDataGridCardSettingsAdds an info affordance to the card header corner.
Parameters
- text System.String
- title System.String = null
- placement HtmlForgeX.TablerPopoverPlacement = Left
- trigger HtmlForgeX.TablerPopoverTrigger = ClickOnly
- visualStyle HtmlForgeX.TablerInfoPopoverVisualStyle = Subtle
public TablerDataGridCardSettings HeaderInfo(Action<TablerInfoPopover> configure) #Returns:
TablerDataGridCardSettingsAdds a fully configured info affordance to the card header corner.
Parameters
- configure System.Action{HtmlForgeX.TablerInfoPopover}