5 references to FieldValue
System.Web.DynamicData (5)
DynamicData\FieldTemplateUserControl.cs (3)
207
return FormatFieldValue(
FieldValue
);
217
return FormattingOptions.FormatEditValue(
FieldValue
);
334
return Misc.GetUnderlyingTypeValueString(enumType,
FieldValue
);
DynamicData\SimpleFieldTemplateUserControl.cs (2)
43
if (control.
FieldValue
!= null) {
44
checkBox.Checked = (bool)control.
FieldValue
;