API Reference
Class
TablerServiceConfigActionCard
Command card used by TablerServiceConfigActionGrid.
Inheritance
- Object
- TablerServiceConfigActionCard
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
Methods
public TablerServiceConfigActionCard AddButton(String key, String label, String route, TablerIconType icon, TablerColor color = Blue, Action<TablerServiceConfigActionButtonSettings> configure = null) #Returns:
TablerServiceConfigActionCardAdds a button command to the card.
Parameters
- key System.String
- label System.String
- route System.String
- icon HtmlForgeX.TablerIconType
- color HtmlForgeX.TablerColor = Blue
- configure System.Action{HtmlForgeX.TablerServiceConfigActionButtonSettings} = null