FileManagerViewsListSettingsBuilder
Methods
EditTemplate(System.String)
Specifies the template for items during edit mode.
Parameters
value - System.String
The value that configures the edittemplate.
EditTemplateId(System.String)
Specifies the template for items during edit mode.
Parameters
value - System.String
The value that configures the edittemplate.
EditTemplateView(System.Web.Mvc.MvcHtmlString)
Specifies the template for items during edit mode.
Parameters
value - System.Web.Mvc.MvcHtmlString
The value that configures the edittemplate.
EditTemplateHandler(System.String)
Specifies the template for items during edit mode.
Parameters
value - System.String
The value that configures the edittemplate.
EditTemplate(Kendo.Mvc.UI.TemplateBuilder)
Specifies the template for items during edit mode.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the edittemplate.
Template(System.String)
Specifies item template.
Parameters
value - System.String
The value that configures the template.
TemplateId(System.String)
Specifies item template.
Parameters
value - System.String
The value that configures the template.
TemplateView(System.Web.Mvc.MvcHtmlString)
Specifies item template.
Parameters
value - System.Web.Mvc.MvcHtmlString
The value that configures the template.
TemplateHandler(System.String)
Specifies item template.
Parameters
value - System.String
The value that configures the template.
Template(Kendo.Mvc.UI.TemplateBuilder)
Specifies item template.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the template.
AltTemplate(System.String)
Template to be used for rendering the alternate items.
Parameters
value - System.String
The value that configures the alttemplate.
AltTemplateId(System.String)
Template to be used for rendering the alternate items.
Parameters
value - System.String
The value that configures the alttemplate.
AltTemplateView(System.Web.Mvc.MvcHtmlString)
Template to be used for rendering the alternate items.
Parameters
value - System.Web.Mvc.MvcHtmlString
The value that configures the alttemplate.
AltTemplateHandler(System.String)
Template to be used for rendering the alternate items.
Parameters
value - System.String
The value that configures the alttemplate.
AltTemplate(Kendo.Mvc.UI.TemplateBuilder)
Template to be used for rendering the alternate items.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the alttemplate.