New to Telerik UI for ASP.NET MVC? Download free 30-day trial

GridToolBarCustomCommandBuilder

Methods

Route(System.String)

Sets command route.

Parameters

routeName - System.String

The route name

Route(System.String,System.Object)

Sets command route and route values.

Parameters

routeName - System.String

The route name

routeValues - System.Object

The route values

Route(System.String,System.Web.Routing.RouteValueDictionary)

Sets command route and route values.

Parameters

routeName - System.String

The route name

routeValues - System.Web.Routing.RouteValueDictionary

The route values

Action(System.Linq.Expressions.Expression)

Parameters

controllerAction - System.Linq.Expressions.Expression<Action>

Action(System.Web.Routing.RouteValueDictionary)

Sets command action.

Parameters

routeValues - System.Web.Routing.RouteValueDictionary

The route values

Action(System.String,System.String)

Sets command action and controller.

Parameters

actionName - System.String

The action name

controllerName - System.String

The controller name

Action(System.String,System.String,System.Object)

Sets command action and controller.

Parameters

actionName - System.String

The action name

controllerName - System.String

The controller name

routeValues - System.Object

The route values

Action(System.String,System.String,System.Web.Routing.RouteValueDictionary)

Sets command action and controller.

Parameters

actionName - System.String

The action name

controllerName - System.String

The controller name

routeValues - System.Web.Routing.RouteValueDictionary

The route values

Url(System.String)

Sets command absolute URL.

Parameters

value - System.String

The URL

Name(System.String)

Sets the command name.

Parameters

name - System.String

The name of the command

ClientTemplate(Kendo.Mvc.UI.TemplateBuilder)

Parameters

template - TemplateBuilder<TModel>

ClientTemplate(System.String)

Sets the toolbar command template.

Parameters

template - System.String

The action defining the template.

ClientTemplateId(System.String)

Sets the id of the script element which contains the client-side toolbar command template.

Parameters

template - System.String

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)

Sets the HTML attributes.

Parameters

attributes - System.Collections.Generic.IDictionary<String,Object>

The HTML attributes.

In this article
Not finding the help you need?