DataBoundControlMode Enum

Definition

Represents the different data-entry modes for a data-bound control or a particular field in ASP.NET Dynamic Data.

C#
public enum DataBoundControlMode
Inheritance
DataBoundControlMode

Fields

Name Value Description
ReadOnly 0

Represents the display mode, which prevents the user from modifying the values of a record or a data field.

Edit 1

Represents the edit mode, which enables users to update the values of an existing record or data field.

Insert 2

Represents the insert mode, which enables users to enter values for a new record or data field.

Applies to

Proizvod Verzije
.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