| CommandifiedListTAllowRemove Property  | 
  
    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 AllowRemove { get; }Public Overridable ReadOnly Property AllowRemove As Boolean
	Get
Property Value
Type: 
BooleanReturn Value
Type: 
Booleantrue if you can remove items from the list; otherwise, false.
Implements
IBindingListAllowRemove
See Also