IBindingList.AllowEdit 属性

定义

获取是否可更新列表中的项。

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

属性值

Boolean

如果可以更新列表中的项,则为 true;否则为 false

适用于