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
.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public virtual bool AllowEdit { get; set; }
Public Overridable Property AllowEdit As Boolean
Get
Set
public:
virtual property bool AllowEdit {
bool get ();
void set (bool value);
}
abstract AllowEdit : bool with get, set
override AllowEdit : bool with get, set
BooleanIBindingListAllowEdit