IControlParameterTarget Interface
.NET Framework (current version)
Defines members that a class must implement in order to provide data to for an instance of the DynamicControlParameter class.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
| Name | Description | |
|---|---|---|
![]() | FilteredColumn | Gets the column to which the parameter is being applied, if available. |
![]() | Table | Gets the type of the data that is being served by this provider. |
| Name | Description | |
|---|---|---|
![]() | GetPropertyNameExpression(String^) | Get an expression that can be used as a control parameter's property name. |
The control that implements this interface can be set as the ControlId property of a DynamicControlParameter object.
.NET Framework
Available since 3.5
Available since 3.5
Show:

