AutoGeneratedField.InsertVisible Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether the AutoGeneratedField object is visible in insert mode.
public:
virtual property bool InsertVisible { bool get(); void set(bool value); };
public override bool InsertVisible { get; set; }
member this.InsertVisible : bool with get, set
Public Overrides Property InsertVisible As Boolean
Always returns true
.
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.
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: