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

WidgetExtensions..::..For<(Of <(<'TPageModel, TProperty>)>)> Method

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

Syntax


public static DropDownListBuilder For<TPageModel, TProperty>(
	this DropDownListBuilder builder,
	Expression<Func<TPageModel, TProperty>> property
)

Type Parameters

TPageModel
TProperty

Parameters

builder
Type: DropDownListBuilder
property
Type: Expression<(Of <(<'Func<(Of <(<'TPageModel, TProperty>)>)>>)>)>