Kendo.Mvc.UI.Fluent.GridActionCommandBuilderBase
Defines the fluent interface for configuring command.
Methods
Template(System.String)
The template of the command column.
Parameters
value System.String
The value that configures the template.
TemplateId(System.String)
The template of the command column.
Parameters
value System.String
The value that configures the template.
Text(System.String)
Sets the text displayed by the command. If not set a default value is used.
Parameters
text System.String
The text which should be displayed
IconClass(System.String)
The class for the web font icon of the button.
Parameters
iconClass System.String
The class for the web font icon of the button
HtmlAttributes(System.Object)
Sets the HTML attributes.
Parameters
attributes System.Object
The HTML attributes.
HtmlAttributes(System.Collections.Generic.IDictionary<System.String,System.Object>)
Sets the HTML attributes.
Parameters
attributes System.Collections.Generic.IDictionary<System.String,System.Object>
The HTML attributes.
Visible(System.Func<System.Object,System.Object>)
Sets the visible function which will determine if the command button will render.
Parameters
handler System.Func<System.Object,System.Object>
The visible function.
Visible(System.String)
Sets the visible function which will determine if the command button will render.
Parameters
handler System.String
The visible function.