DataRowView.IsEdit Property

Definition

Indicates whether the row is in edit mode.

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

Property Value

true if the row is in edit mode; otherwise false.

Applies to

See also