DataRowView.IsEdit Propriété

Définition

Indique si la ligne est en mode édition.

public:
 property bool IsEdit { bool get(); };
public bool IsEdit { get; }
member this.IsEdit : bool
Public ReadOnly Property IsEdit As Boolean

Valeur de propriété

true si la ligne est en mode édition ; sinon, false.

S’applique à

Voir aussi