IBindingList.AllowEdit 屬性

定義

取得值,指出您是否可以更新清單中的項目。

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

屬性值

如果您可以更新清單中的項目,則為 true,否則為 false

適用於