DataRowView.IsEdit 屬性

定義

指示資料列是否處於編輯模式。

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

屬性值

true,表示資料列處於編輯模式;否則為 false

適用於

另請參閱