Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

WebAppWidgets<(Of <(<'TPageModel>)>)>..::..MultiSelectFor<(Of <(<'TProperty>)>)> Method

Namespace:  Suoranta.WebApp.Kendo
Assembly:  Suoranta.WebApp (in Suoranta.WebApp.dll)

Syntax


public MultiSelectBuilder MultiSelectFor<TProperty>(
	Expression<Func<TPageModel, TProperty>> property,
	string placeholder,
	bool filter,
	string textField,
	string valueField
)

Type Parameters

TProperty

Parameters

property
Type: Expression<(Of <(<'Func<(Of <(<'TPageModel, TProperty>)>)>>)>)>
placeholder
Type: String
filter
Type: Boolean
textField
Type: String
valueField
Type: String