Implemented interface member:
property
IsReadOnly
System.Web.DynamicData.MetaColumn.IMetaColumnMetadata.IsReadOnly
1 write to IsReadOnly
System.Web.DynamicData (1)
DynamicData\MetaColumn.cs (1)
562IsReadOnly = Attributes.GetAttributePropertyValue<ReadOnlyAttribute, bool>(a => a.IsReadOnly, false);