HtmlForgeX

API Reference

Class

TablerTaskOverviewCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerTaskOverviewCard.

Inheritance

  • Object
  • TablerTaskOverviewCardSettings

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 TablerTaskOverviewCardSettings Class(String cssClass) #
Returns: TablerTaskOverviewCardSettings
EditorBrowsable(2)

Adds CSS classes to the card host.

Parameters

cssClass System.String requiredposition: 0
public TablerTaskOverviewCardSettings Compact(Boolean enable = true) #
Returns: TablerTaskOverviewCardSettings

Applies denser spacing for embedded previews.

Parameters

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

Returns control to the root card.

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

Stretches the card to the available column height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerTaskOverviewCardSettings Menu(Boolean show = true) #
Returns: TablerTaskOverviewCardSettings

Shows or hides the options affordance.

Parameters

show System.Boolean = true optionalposition: 0