Persistate API documentation
DataPropertyName Property
NamespacesPersistate.UI.DesktopIPControlDataPropertyName

[This is preliminary documentation and is subject to change.]

Gets or sets the name of the property in the bound object to which the IPControl is bound.
Declaration Syntax
C#
string DataPropertyName { get; set; }
Remarks
The binding happens when SetBindings is called. This call is made automatically when the DataSource property is set to a source object in the containing IPContainer. The binding uses the standard .Net technique to bind the named property of the source object to the most relevant property of the control. This does not preclude you from binding other control properties in the usual way.

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