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.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AutoAddEnabled { get; set; }
Public Property AutoAddEnabled As Boolean
Get
Set
public:
property bool AutoAddEnabled {
bool get ();
void set (bool value);
}
member AutoAddEnabled : bool with get, set
Property Value
Type:
BooleanRemarks
The auto-add handler creates a new object using the default ctor and adds it to the list.
See Also