DefaultAutoFieldGenerator.CreateField Method (MetaColumn, ContainerType, DataBoundControlMode)
.NET Framework (current version)
Generates a dynamic data field.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
protected virtual DynamicField CreateField( MetaColumn column, ContainerType containerType, DataBoundControlMode mode )
Parameters
- column
-
Type:
System.Web.DynamicData.MetaColumn
The metadata for the column to create the dynamic field for.
- containerType
-
Type:
System.Web.DynamicData.ContainerType
The data-bound control that contains the dynamic field.
- mode
-
Type:
System.Web.UI.WebControls.DataBoundControlMode
The access mode for the dynamic field.
You can override this method to customize dynamic-field options such as the access mode. The access DataBoundControlMode mode specifies the data-entry modes for a data field, such as ReadOnly, Edit, and Insert.
.NET Framework
Available since 4.0
Available since 4.0
Show: