3 references to Mode
System.Web.DynamicData (3)
DynamicData\FieldTemplateUserControl.cs (3)
146
if (
Mode
== DataBoundControlMode.Insert && DefaultValueMapping != null && DefaultValueMapping.Contains(Column)) {
193
if (
Mode
== DataBoundControlMode.Insert) {
236
Debug.Assert(
Mode
== DataBoundControlMode.Insert);