BindingList<T>.IBindingList.AllowEdit 属性

定义

获取一个值,该值指示是否可以编辑列表中的项。

property bool System::ComponentModel::IBindingList::AllowEdit { bool get(); };
bool System.ComponentModel.IBindingList.AllowEdit { get; }
member this.System.ComponentModel.IBindingList.AllowEdit : bool
 ReadOnly Property AllowEdit As Boolean Implements IBindingList.AllowEdit

属性值

Boolean

如果列表项可以编辑,则为 true;否则为 false。 默认值为 true

实现

注解

AllowEdit 属性通常由其他组件用来确定是否允许编辑列表中的项。

适用于