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