HtmlForgeX

API Reference

Class

TablerServiceConfigActionGrid

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Reusable command/action grid for service operation cards.

Inheritance

  • Element
  • TablerServiceConfigActionGrid

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

Constructors

public TablerServiceConfigActionGrid() #

Methods

public TablerServiceConfigActionGrid AddCard(String title, String subtitle, Action<TablerServiceConfigActionCard> configure) #
Returns: TablerServiceConfigActionGrid

Adds an action card to the grid.

Parameters

title System.String requiredposition: 0
subtitle System.String requiredposition: 1
configure System.Action{HtmlForgeX.TablerServiceConfigActionCard} requiredposition: 2
RegisterLibraries() #
public TablerServiceConfigActionGrid Settings(Action<TablerServiceConfigActionGridSettings> configure) #
Returns: TablerServiceConfigActionGrid

Groups advanced display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerServiceConfigActionGridSettings} requiredposition: 0
public override String ToString() #
Returns: String