Creates an System.Web.UI.WebControls.AutoGeneratedField object that represents an automatically generated row field using the specified field properties.
- fieldProperties
- An System.Web.UI.WebControls.AutoGeneratedFieldProperties that contains the properties for the System.Web.UI.WebControls.AutoGeneratedField.
An System.Web.UI.WebControls.AutoGeneratedField that contains the field properties specified by the fieldProperties parameter.
The DetailsView.CreateAutoGeneratedRow(AutoGeneratedFieldProperties) method is a helper method called by the System.Web.UI.WebControls.DetailsView control to create an automatically generated row field using the specified field properties.