HtmlForgeX

API Reference

Class

TablerDataGridCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerDataGridCard.

Inheritance

  • Object
  • TablerDataGridCardSettings

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