Kendo.Mvc.UI.Fluent.GridToolBarCommandBuilderBase
Defines the fluent interface for configuring toolbar command.
Methods
Text(System.String)
Sets the text displayed in the button.
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.