WidgetExtensions..::..Source<(Of <(<'TController, TParam>)>)> Method (MultiSelectBuilder, Expression<(Of <(<'Func<(Of <(<'TController, ControllerAction<(Of <(<'TParam>)>)>>)>)>>)>)>, Boolean)
Namespace:
Suoranta.WebApp.Kendo.RazorHelpers
Assembly: Suoranta.WebApp (in Suoranta.WebApp.dll)
Assembly: Suoranta.WebApp (in Suoranta.WebApp.dll)
Syntax
public static MultiSelectBuilder Source<TController, TParam>( this MultiSelectBuilder builder, Expression<Func<TController, ControllerAction<TParam>>> action, bool useCustomErrorHandler ) where TController : Controller, Controller, Controller, Controller
Type Parameters
- TController
- TParam
Parameters
- builder
- Type: MultiSelectBuilder
- action
- Type: Expression<(Of <(<'Func<(Of <(<'TController, ControllerAction<(Of <(<'TParam>)>)>>)>)>>)>)>
- useCustomErrorHandler
- Type: Boolean

