1 write to AllowInitialValue
System.ComponentModel.DataAnnotations (1)
DataAnnotations\EditableAttribute.cs (1)
58this.AllowInitialValue = allowEdit;
3 references to AllowInitialValue
System.ComponentModel.DataAnnotations (2)
DataAnnotations\EditableAttribute.cs (2)
53/// <see cref="AllowInitialValue"/> unless the <see cref="AllowInitialValue"/>
System.Web.DynamicData (1)
DynamicData\MetaColumn.cs (1)
195return Metadata.EditableAttribute.GetPropertyValue(a => a.AllowInitialValue, !IsReadOnly);