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

ListView

Properties

DataSource - DataSource

The number of available pages.

DataSourceId - String

ClientTemplateId - String

ClientAltTemplateId - String

ClientTemplate - String

ClientTemplateHandler - String

ClientAltTemplate - String

ClientAltTemplateHandler - String

Pageable - PageableSettings

Scrollable - ListViewScrollableSettings

Specifies whether scrollable is allowed. By default scrollable is disabled.

Editable - ListViewEditingSettings

Gets or sets a boolean value that determines if editing is enabled in the ListView.

EditorHtml - String

AriaLabel - String

AutoBind - Nullable

Bordered - Nullable

Borders - String

ContentElement - String

Layout - String

Flex - ListViewFlexSettings

Defines the direction flex items are placed in the flex container. Think of flex items as primarily laying out either in horizontal rows or vertical columns. Valid values are: row: This is equivalent to flex-direction: row. This establishes the main-axis to be horizontal, thus defining the direction flex items are placed in the flex container: left to right in ltr; right to left in rtl.; row-reverse: This is equivalent to flex-direction: row-reverse. This establishes the main-axis to be horizontal, thus defining the direction flex items are placed in the flex container: right to left in ltr; left to right in rtl.; column: This is equivalent to flex-direction: column. This establishes the main-axis to be vertical, thus defining the direction flex items are placed in the flex container: top to bottom. or column-reverse: This is equivalent to flex-direction: column-reverse. This establishes the main-axis to be vertical, thus defining the direction flex items are placed in the flex container: bottom to top..

Grid - ListViewGridSettings

Defines the columns of the grid.

TagName - String

Selectable - ListViewSelectableSettings

Represents the selection modes supported by Kendo UI ListView for ASP.NET MVC

Events - IDictionary

Id - String

SanitezeId - Boolean

Initializer - IJavaScriptInitializer

IsInClientTemplate - Boolean

IsSelfInitialized - Boolean

HasDeferredInitialization - Boolean

HtmlAttributes - IDictionary

HtmlHelper - IHtmlHelper

ModelMetadataProvider - IModelMetadataProvider

Name - String

Explorer - ModelExplorer

Selector - String

IdPrefix - String

ViewContext - ViewContext

ValueProvider - IValueProvider

UrlGenerator - IUrlGenerator

HtmlEncoder - HtmlEncoder

HasClientComponent - Boolean

Methods

WriteInitializationScript(System.IO.TextWriter)

Writes the ListView initialization script.

Parameters

writer - System.IO.TextWriter

The text writer instance.

Serialize()

Serialize current instance to Dictionary

VerifySettings()

Verifies if all required settings are present in the ListView.

Render()

Renders the component.

ToClientTemplate()

ToHtmlString()

WriteDeferredStyles(System.IO.TextWriter)

Writes the deferred styes.

Parameters

writer - System.IO.TextWriter

The writer.

DeferStyles()

ProcessSettings()

GetHtml(System.Boolean)

Parameters

includeScript - System.Boolean

GetInitializator()

WriteDeferredScriptInitialization()

In this article
Not finding the help you need?