GridColumnCommandTagHelper
Example
Razor
<column-command>
</column-command>
Attributes
Attribute | Type | Description |
---|---|---|
name | String | |
class-name | String | |
click | String | |
html-attributes | Object | Specifies the Html Attributes for the command. |
html-attributes-handler | String | Specifies the function handler that will serialize the HTML attributes for the command. |
icon-class | String | |
template | String | The template of the command column. |
template-handler | String | Specifies the function template handler that will be used for serializing the column. |
template-id | String | The template of the command column. |
template-view | IHtmlContent | The template of the command column. |
text | String | Specifies the Text that will be displayed for the command button. |
visible | String |