HtmlForgeX

API Reference

Class

TablerServiceConfigActionButtonSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Advanced command button settings for TablerServiceConfigActionCard.

Inheritance

  • Object
  • TablerServiceConfigActionButtonSettings

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 TablerServiceConfigActionButtonSettings ActionAttribute(String attributeName) #
Returns: TablerServiceConfigActionButtonSettings

Sets an optional action identifier attribute name.

Parameters

attributeName System.String requiredposition: 0
public TablerServiceConfigActionButtonSettings CommandAttribute(String attributeName) #
Returns: TablerServiceConfigActionButtonSettings

Sets the command identifier attribute name.

Parameters

attributeName System.String requiredposition: 0
public TablerServiceConfigActionButtonSettings HiddenUntilBound(Boolean enable = true) #
Returns: TablerServiceConfigActionButtonSettings

Controls whether the command is hidden until live state enables it.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerServiceConfigActionButtonSettings RouteAttribute(String attributeName) #
Returns: TablerServiceConfigActionButtonSettings

Sets the route attribute name used by the service host.

Parameters

attributeName System.String requiredposition: 0