System.Web.UI.WebControls.BoundField.ThisExpression Field

Represents the "this" expression.

Syntax

public static readonly string ThisExpression

Remarks

This field is used to indicate that the System.Web.UI.WebControls.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.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0