Persistate API documentation
AllowNew Property
NamespacesPersistate.UI.DesktopPLookupControlAllowNew

[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.
Declaration Syntax
C#
public bool AllowNew { get; set; }
Remarks
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.

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)