[This is preliminary documentation and is subject to change.]
Gets or sets a value determining whether the user can create a
new object in the many collection as well as selecting one.
| C# |
public bool AllowNew { get; set; }
When set true, a "New" button is visible in the lookup form. This
option is only active when SelectMultiple is false, and the
bound collection is not associated. When the New button is clicked, an
object of the appropriate type is created using the zero parameter
constructor, and added to the collection. If an operation is defined, then
this operation is performed on the new object.