Retrieves the value of the field bound to the System.Web.UI.WebControls.BoundField object.
The value of the field bound to the System.Web.UI.WebControls.BoundField.
The BoundField.GetValue(System.Web.UI.Control) method is a helper method used to determine the value of a field. If the System.Web.UI.WebControls.BoundField object is being displayed in a designer and the field value cannot be determined at design time, the value returned from the BoundField.GetDesignTimeValue method is returned instead of the actual field value.
This method is used primarily by control developers.