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

Telerik.Web.UI.ListViewTemplateCreatedEventArgs : Sys.EventArgs

Inheritance Hierarchy

Methods

get_context

Returns the context object holding the data that will be used for populating the template.

Parameters

Returns

Object

get_name

Returns the name of the template.

Parameters

Returns

String

get_template

Returns the template function that's used to bind the dataItem to the template text.

Parameters

Returns

Function

set_template

Sets the function that is used to generate the template.

Parameters

value Function

The function that is used to render the template.

Returns

None

In this article