Implemented interface member:
property
AllowInitialValue
System.Web.DynamicData.IMetaColumn.AllowInitialValue
2 references to AllowInitialValue
System.Web.DynamicData (2)
DynamicData\FieldTemplateFactory.cs (2)
172
if (mode == DataBoundControlMode.Insert && column.
AllowInitialValue
) {
180
if (mode == DataBoundControlMode.Insert && !column.
AllowInitialValue
) {