[This is preliminary documentation and is subject to change.]
Gets or sets the name of the property bound to this control.
| C# |
public string DataPropertyName { get; set; }
If this is set, then this PContainer must be embedded in a parent
IPContainer which is bound to an object. The property bound to this
PContainer is the named property of the object bound to the parent
IPcontainer. This of course must be an object or a collection suitable for
the contents of this PContainer.