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

AIPromptViewBuilder

Methods

ButtonText(System.String)

The text of the Toolbar button rendered for the view.

Parameters

value - System.String

The value that configures the buttontext.

ButtonIcon(System.String)

The icon name of the Toolbar button rendered for the view.

Parameters

value - System.String

The value that configures the buttonicon.

Name(System.String)

The name of the view. It is used to identify the view. It should be unique.

Parameters

value - System.String

The value that configures the name.

ViewTemplate(System.String)

The template of the view content. It can be a string, a function or a Kendo Template.

Parameters

value - System.String

The value that configures the viewtemplate.

ViewTemplateId(System.String)

The template of the view content. It can be a string, a function or a Kendo Template.

Parameters

value - System.String

The value that configures the viewtemplate.

ViewTemplateView(System.Web.Mvc.MvcHtmlString)

The template of the view content. It can be a string, a function or a Kendo Template.

Parameters

value - System.Web.Mvc.MvcHtmlString

The value that configures the viewtemplate.

ViewTemplateHandler(System.String)

The template of the view content. It can be a string, a function or a Kendo Template.

Parameters

value - System.String

The value that configures the viewtemplate.

ViewTemplate(Kendo.Mvc.UI.TemplateBuilder)

The template of the view content. It can be a string, a function or a Kendo Template.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the viewtemplate.

FooterTemplate(System.String)

The template of the view footer. It can be a string, a function or a Kendo Template.

Parameters

value - System.String

The value that configures the footertemplate.

FooterTemplateId(System.String)

The template of the view footer. It can be a string, a function or a Kendo Template.

Parameters

value - System.String

The value that configures the footertemplate.

FooterTemplateView(System.Web.Mvc.MvcHtmlString)

The template of the view footer. It can be a string, a function or a Kendo Template.

Parameters

value - System.Web.Mvc.MvcHtmlString

The value that configures the footertemplate.

FooterTemplateHandler(System.String)

The template of the view footer. It can be a string, a function or a Kendo Template.

Parameters

value - System.String

The value that configures the footertemplate.

FooterTemplate(Kendo.Mvc.UI.TemplateBuilder)

The template of the view footer. It can be a string, a function or a Kendo Template.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the footertemplate.

InitializeComponents(System.Func)

A function that is executed when the view is rendered. It is used to initialize the components of the view with a custom content template.

Parameters

handler - System.Func<Object,Object>

The value that configures the initializecomponents action.

InitializeComponents(System.String)

A function that is executed when the view is rendered. It is used to initialize the components of the view with a custom content template.

Parameters

handler - System.String

The value that configures the initializecomponents action.

PromptCommands(System.Action)

The commands to display in the prompt view.

Parameters

configurator - System.Action<AIPromptViewPromptCommandFactory>

The action that configures the promptcommands.

Type(Kendo.Mvc.UI.ViewType)

Defines the type of the view.

Parameters

value - ViewType

The value that configures the type.

PromptSuggestions(System.String)

Adds a suggestion to the PromptSuggestions collection.

Parameters

value - System.String

The suggestion

PromptSuggestions(System.Collections.Generic.ICollection)

Sets the PromptSuggestions collection

Parameters

value - System.Collections.Generic.ICollection<String>

The collection

In this article
Not finding the help you need?