Click or drag to resize
MasterListToListBinderTModel, TListModelAutoAddEnabled Property
Gets or sets a value indicating that if AddHandler is null then an automatic add 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 AutoAddEnabled { get; set; }

Property Value

Type: Boolean
Remarks
The auto-add handler creates a new object using the default ctor and adds it to the list.
See Also