EditableAttribute(Boolean) Constructor

Definitie

Initialiseert een nieuw exemplaar van de EditableAttribute klasse.

public:
 EditableAttribute(bool allowEdit);
public EditableAttribute(bool allowEdit);
new System.ComponentModel.DataAnnotations.EditableAttribute : bool -> System.ComponentModel.DataAnnotations.EditableAttribute
Public Sub New (allowEdit As Boolean)

Parameters

allowEdit
Boolean

true om op te geven dat veld kan worden bewerkt; anders, false.

Van toepassing op