OnBindItem

OnBindItem

Occurs before each item is displayed. You can create the actual content of each item and return the value.

Event Arguments:
form: pf.Form
args: pf.IItemEventArgs

where pf.IItemEventArgs:
export interface IItemEventArgs {
Sender: any;
Control: any;
DataItem: any;
}

Returns:
any