1 implementation of IsReadOnly
System.Web.DynamicData (1)
DynamicData\MetaColumn.cs (1)
620
public bool
IsReadOnly
{ get; private set; }
1 reference to IsReadOnly
System.Web.DynamicData (1)
DynamicData\MetaColumn.cs (1)
177
return Provider.IsReadOnly || Metadata.
IsReadOnly
||