DataRowView.IsEdit 属性

定义

指示行是否处于编辑模式。

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

属性值

如果行处于编辑模式,则为 true;否则为 false

适用于

另请参阅