BoundField.ThisExpression Field
.NET Framework 3.0
This field supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the "this" expression.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
The thisExpression field is used to indicate that the BoundField object should bind against the data source itself, rather than a field of the data source. In this case, the object's ToString value will be displayed in the field.
Note: |
|---|
| This field is used primarily by control developers. |
Community Additions
ADD
Show:
Note: