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

WidgetExtensions..::..Filtered<(Of <(<'TList, TListBuilder>)>)> Method

Configures widget to use text filtering with common options.

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

Syntax


public static TListBuilder Filtered<TList, TListBuilder>(
	this TListBuilder builder
)
where TList : ListBase
where TListBuilder : ListBuilderBase<TList, TListBuilder>

Type Parameters

TList
The type of the list.
TListBuilder
The type of the list builder.

Parameters

builder
Type: TListBuilder

Return Value