1 write to AllowEdit
System.ComponentModel.DataAnnotations (1)
DataAnnotations\EditableAttribute.cs (1)
57this.AllowEdit = allowEdit;
4 references to AllowEdit
System.ComponentModel.DataAnnotations (2)
DataAnnotations\EditableAttribute.cs (2)
32/// The value of this property defaults to match the <see cref="AllowEdit"/> 52/// will apply to both <see cref="AllowEdit"/> and
System.Web (1)
ModelBinding\DataAnnotationsModelMetadataProvider.cs (1)
40result.IsReadOnly = !editable.AllowEdit;
System.Web.DynamicData (1)
DynamicData\MetaColumn.cs (1)
178(Metadata.EditableAttribute != null && !Metadata.EditableAttribute.AllowEdit);