Click or drag to resize
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.PortableBinding
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool AutoDeleteEnabled { get; set; }

Property Value

Type: Boolean
Remarks
The auto-delete handler simply removes the model from the list.
See Also