FileManagerViewsListSettingsBuilder
Methods
EditTemplate(System.String)
Specifies the template for items during edit mode.
Parameters
value - System.String
The value for EditTemplate
EditTemplateId(System.String)
Specifies the template for items during edit mode.
Parameters
templateId - System.String
The ID of the template element for EditTemplate
EditTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
Specifies the template for items during edit mode.
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for EditTemplate
EditTemplateHandler(System.String)
Specifies the template for items during edit mode.
Parameters
templateHandler - System.String
The handler that returs the template for 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 for Template
TemplateId(System.String)
Specifies item template.
Parameters
templateId - System.String
The ID of the template element for Template
TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
Specifies item template.
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for Template
TemplateHandler(System.String)
Specifies item template.
Parameters
templateHandler - System.String
The handler that returs the template for 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 for AltTemplate
AltTemplateId(System.String)
Template to be used for rendering the alternate items.
Parameters
templateId - System.String
The ID of the template element for AltTemplate
AltTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
Template to be used for rendering the alternate items.
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for AltTemplate
AltTemplateHandler(System.String)
Template to be used for rendering the alternate items.
Parameters
templateHandler - System.String
The handler that returs the template for 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.