See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get or set the binding path to the collection on the hosting control that will be used to AddNew() on to get the new entity to bind on the editing form.

Namespace: NTier.Actions
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0

Syntax

C#
public string CollectionBindingPath { get; set; }
Visual Basic
Public Property CollectionBindingPath As String
	Get
	Set
Visual C++
public:
property String^ CollectionBindingPath {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

See Also