WidgetExtensions..::..Source<(Of <(<'TController, TParam>)>)> Method (ComboBoxBuilder, 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 ComboBoxBuilder Source<TController, TParam>( this ComboBoxBuilder builder, Expression<Func<TController, ControllerAction<TParam>>> action, bool useCustomErrorHandler ) where TController : Controller, Controller, Controller, Controller
Type Parameters
- TController
- TParam
Parameters
- builder
- Type: ComboBoxBuilder
- action
- Type: Expression<(Of <(<'Func<(Of <(<'TController, ControllerAction<(Of <(<'TParam>)>)>>)>)>>)>)>
- useCustomErrorHandler
- Type: Boolean

