| CommandifiedListTAllowNew Property  | 
 
            Gets whether you can add items to the list using 
AddNew.
            
 
    Namespace: 
   SD.Tools.Algorithmia.GeneralDataStructures
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.16.0406)
Syntaxpublic virtual bool AllowNew { get; }Public Overridable ReadOnly Property AllowNew As Boolean
	Get
Property Value
Type: 
BooleanReturn Value
Type: 
Booleantrue if you can add items to the list using 
AddNew; otherwise, false.
Implements
IBindingListAllowNew
See Also