CachedDataAnnotationsMetadataAttributes::Editable Property
Indicates whether a data field is editable.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: property EditableAttribute^ Editable { EditableAttribute^ get(); protected: void set(EditableAttribute^ value); }
Property Value
Type: System.ComponentModel.DataAnnotations::EditableAttribute^true if the field is editable; otherwise, false.
Show: