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

FileManagerViewsListSettingsBuilder

Defines the fluent API for configuring FileManagerViewsListSettings

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 hendler that returs the template for 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 hendler that returs the template for 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 hendler that returs the template for AltTemplate

In this article
Not finding the help you need?