AutoGeneratedField::InsertVisible Property
.NET Framework (current version)
Gets or sets a value indicating whether the AutoGeneratedField object is visible in insert mode.
Assembly: System.Web (in System.Web.dll)
public: property bool InsertVisible { virtual bool get() override; virtual void set(bool value) override; }
| Exception | Condition |
|---|---|
| NotSupportedException | An attempt is made to set this property. |
In data-bound controls that support inserting records (such as the DetailsView control), the InsertVisible property is used to specify whether the 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. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
