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

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

Binds this lookup to a many collection.
Declaration Syntax
C#
public override void SetBindings(
	IPContainer pc
)
Parameters
pc (IPContainer)
The containing IPContainer or null if this control is not contained in another PContainer.
Remarks
The only binding done for lookup controls is to set the data source to that defined by DataPropertyName if this is contained in a parent IPContainer. No controls within this container are bound. The data source must be an IPersistateList otherwise an exception is thrown.

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