Persistate API documentation
SetBindings Method (pg)
NamespacesPersistate.UI.DesktopPGridComboBoxColumnSetBindings(PGrid)

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

Sets up the bindings for the column.
Declaration Syntax
C#
public void SetBindings(
	PGrid pg
)
Parameters
pg (PGrid)
The grid to which this column belongs.
Remarks
This takes as start point the DataPropertyName, and sets bindings as appropriate, depending on whether the property is a multi-value, or an associated object with from clause. In the latter case, it handles the case where each row has a different set of choices.

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