Click or drag to resize
EntityViewBaseTEntityIBindingListAllowNew Property

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
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

IBindingListAllowNew
See Also