ListView
Properties
DataSource - DataSource
Gets or sets the DataSource.
DataSourceId - String
ClientTemplateId - String
ClientAltTemplateId - String
ClientTemplate - String
ClientTemplateHandler - String
ClientAltTemplate - String
ClientAltTemplateHandler - String
Pageable - ListViewPageableSettings
Gets or sets the Position property
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.
Navigatable - Nullable
TagName - String
Selectable - ListViewSelectableSettings
Represents the selection modes supported by Kendo UI ListView for ASP.NET MVC
Events - IDictionary
Id - String
SanitezeId - Boolean
Writer - IJavaScriptWriter
Initializer - IJavaScriptInitializer
IsInClientTemplate - Boolean
IsSelfInitialized - Boolean
HasDeferredInitialization - Boolean
HtmlAttributes - IDictionary
ScriptAttributes - IDictionary
HtmlHelper - IHtmlHelper
ModelMetadataProvider - IModelMetadataProvider
Name - String
Explorer - ModelExplorer
Selector - String
IdPrefix - String
ViewContext - ViewContext
ValueProvider - IValueProvider
UrlGenerator - IUrlGenerator
HtmlEncoder - HtmlEncoder
HasClientComponent - Boolean
UseMvvmInitialization - Boolean
Methods
WriteInitializationScript(System.IO.TextWriter)
Writes the ListView initialization script.
Parameters
writer - System.IO.TextWriter
The text writer instance.
Serialize()
Serializes the component settings to a dictionary.
RETURNS
A dictionary of settings.
VerifySettings()
Verifies if all required settings are present in the ListView.
Render()
Renders the component.
ToClientTemplate()
ToClientTemplate method.
ToHtmlString()
ToHtmlString method.
RETURNS
The result.
WriteDeferredStyles(System.IO.TextWriter)
Writes the deferred styes.
Parameters
writer - System.IO.TextWriter
The writer.
DeferStyles()
DeferStyles method.
ProcessSettings()
ProcessSettings method.
GetHtml(System.Boolean)
GetHtml method.
Parameters
includeScript - System.Boolean
RETURNS
The result.
GetInitializator()
GetInitializator method.
RETURNS
The result.
WriteDeferredScriptInitialization()
WriteDeferredScriptInitialization method.