HtmlForgeX

API Reference

Class

TablerDataGridCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

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.

Accepted by parameters

Methods

public TablerDataGridCardSettings Accent(TablerColor color) #
Returns: TablerDataGridCardSettings

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerDataGridCardSettings Compact(Boolean enable = true) #
Returns: TablerDataGridCardSettings

Uses tighter spacing inside the card.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerDataGridCard End() #
Returns: TablerDataGridCard

Returns control to the root card surface.

public TablerDataGridCardSettings FillHeight(Boolean enable = true) #
Returns: TablerDataGridCardSettings

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0
HeaderInfo 2 overloads
public TablerDataGridCardSettings HeaderInfo(String text, String title = null, TablerPopoverPlacement placement = Left, TablerPopoverTrigger trigger = ClickOnly, TablerInfoPopoverVisualStyle visualStyle = Subtle) #
Returns: TablerDataGridCardSettings

Adds an info affordance to the card header corner.

Parameters

text System.String requiredposition: 0
title System.String = null optionalposition: 1
placement HtmlForgeX.TablerPopoverPlacement = Left optionalposition: 2
trigger HtmlForgeX.TablerPopoverTrigger = ClickOnly optionalposition: 3
visualStyle HtmlForgeX.TablerInfoPopoverVisualStyle = Subtle optionalposition: 4
public TablerDataGridCardSettings HeaderInfo(Action<TablerInfoPopover> configure) #
Returns: TablerDataGridCardSettings

Adds a fully configured info affordance to the card header corner.

Parameters

configure System.Action{HtmlForgeX.TablerInfoPopover} requiredposition: 0