1 implementation of EditableAttribute
System.Web.DynamicData (1)
DynamicData\MetaColumn.cs (1)
618public EditableAttribute EditableAttribute { get; private set; }
3 references to EditableAttribute
System.Web.DynamicData (3)
DynamicData\MetaColumn.cs (3)
178(Metadata.EditableAttribute != null && !Metadata.EditableAttribute.AllowEdit); 195return Metadata.EditableAttribute.GetPropertyValue(a => a.AllowInitialValue, !IsReadOnly);