WidgetExtensions..::..BindToDTO<(Of <(<'TList, TListBuilder>)>)> Method (TListBuilder, Object)
Binds widget to a static DTO data source
(list of values).
Namespace:
Suoranta.WebApp.Kendo.RazorHelpersAssembly: Suoranta.WebApp (in Suoranta.WebApp.dll)
Syntax
public static TListBuilder BindToDTO<TList, TListBuilder>( this TListBuilder builder, Object dto ) where TList : ListBase where TListBuilder : ListBuilderBase<TList, TListBuilder>
Type Parameters
- TList
- The type of the list.
- TListBuilder
- The type of the list builder.

