System.Web.UI.WebControls.AutoGeneratedField.InsertVisible Property

Gets or sets a value indicating whether the System.Web.UI.WebControls.AutoGeneratedField object is visible in insert mode.

Syntax

public override bool InsertVisible { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

In data-bound controls that support inserting records (such as the System.Web.UI.WebControls.DetailsView control), the AutoGeneratedField.InsertVisible property is used to specify whether the System.Web.UI.WebControls.AutoGeneratedField object is displayed when the data-bound control is in insert mode.

Note:

This version of the property has been implemented to always return true. It is not possible to set this property.

Requirements

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