ObservableBindingListTAllowEdit Property

Gets or sets whether item properties can be edited in the list.
If the underlying list implements IBindingList and its AllowEdit returns , then this property returns also . Otherwise, the default value is .

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public virtual bool AllowEdit { get; set; }

Property Value

Boolean

Implements

IBindingListAllowEdit

See Also