Persistate API documentation
SetBindings Method (pc)
NamespacesPersistate.UI.DesktopPComboBoxSetBindings(IPContainer)

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

Sets up the bindings for this control.
Declaration Syntax
C#
public void SetBindings(
	IPContainer pc
)
Parameters
pc (IPContainer)
The IPContainer which contains this control.
Remarks
This will populate the PComboBox automatically if it is bound to either a property with a multi-value DataClass, or to an object property for a Member with a from clause. In the latter case, the PComboBox is populated with the objects in the from clause source collection.

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