Version

InferFeatures Method

infers enabled grid features based on request params and values. GridFeatures are instantiated from the passed parameter gridFeatureFactory.
Syntax
'Declaration
 
Public Shared Function InferFeatures( _
   ByVal queryString As System.Collections.Specialized.NameValueCollection, _
   Optional ByVal gridFeatureFactory As BaseGridFeatureFactory _
) As System.Collections.Generic.List(Of GridFeature)
public static System.Collections.Generic.List<GridFeature> InferFeatures( 
   System.Collections.Specialized.NameValueCollection queryString,
   BaseGridFeatureFactory gridFeatureFactory
)

Parameters

queryString
gridFeatureFactory
Optioonal parameter. If not passed it is used instance of GridFeatureFactory
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