Click or drag to resize

EntityViewBase<TEntity>.IBindingList.AllowNew Property

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
bool IBindingList.AllowNew { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if you can add items to the list using AddNew(); otherwise, false.

Implements

IBindingList.AllowNew
See Also