| MasterListToListBinderTModel, TListModelAutoDeleteEnabled Property | 
            Gets or sets a value indicating that if 
DeleteHandler is null then an automatic delete handler should be used.
            
 
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic bool AutoDeleteEnabled { get; set; }Public Property AutoDeleteEnabled As Boolean
	Get
	Set
public:
property bool AutoDeleteEnabled {
	bool get ();
	void set (bool value);
}member AutoDeleteEnabled : bool with get, set
Property Value
Type: 
Boolean Remarks
Remarks
            The auto-delete handler simply removes the model from the list.
            
 See Also
See Also