Click or drag to resize
EntityViewBaseTEntityIBindingListAllowRemove Property
Gets whether you can remove items from the list, using Remove(Object) or RemoveAt(Int32).

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
bool IBindingList.AllowRemove { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if you can remove items from the list; otherwise, false.

Implements

IBindingListAllowRemove
See Also