FilterFactory.CreateFilterControl Method (MetaColumn, String)
.NET Framework (current version)
Creates an instance of the filter template.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
abstract CreateFilterControl : column:MetaColumn * filterUIHint:string -> QueryableFilterUserControl override CreateFilterControl : column:MetaColumn * filterUIHint:string -> QueryableFilterUserControl
Parameters
- column
-
Type:
System.Web.DynamicData.MetaColumn
The data column to which the filter template applies.
- filterUIHint
-
Type:
System.String
The name of the filter template to use.
Return Value
Type: System.Web.DynamicData.QueryableFilterUserControlAn instance of the QueryableFilterUserControl class.
| Exception | Condition |
|---|---|
| ArgumentNullException | column is null. |
This method is called by Dynamic Data to get an instance of a filter template. Derived classes can override this method to customize how instances of filter templates are created. For example, a custom implementation could load templates from a compiled assembly instead of from the default ~/DynamicData/Filters folder.
.NET Framework
Available since 4.0
Available since 4.0
Show: