Version

Infragistics<TModel> Method

All infragistics MVC wrappers can be controlled in a namespaced way from this extension.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function Infragistics(Of TModel)( _
   ByVal helper As System.Web.Mvc.HtmlHelper(Of TModel) _
) As InfragisticsSuite(Of TModel)
[System.Runtime.CompilerServices.ExtensionAttribute()]
public static InfragisticsSuite<TModel> Infragistics<TModel>( 
   System.Web.Mvc.HtmlHelper<TModel> helper
)

Parameters

helper
The html helper of the view.

Type Parameters

TModel
The model type.

Return Value

A new instance of the InfragisticsSuite helper.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub