CachedDataAnnotationsMetadataAttributes.Editable Property

Definition

Indicates whether a data field is editable.

public System.ComponentModel.DataAnnotations.EditableAttribute Editable { get; protected set; }
member this.Editable : System.ComponentModel.DataAnnotations.EditableAttribute with get, set
Public Property Editable As EditableAttribute

Property Value

true if the field is editable; otherwise, false.

Applies to