Click or drag to resize

CustomLookupLookupItem(String, String, CustomLookupLookupItem) Constructor

Constructor

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public LookupItem(
	string oValue,
	string[] keys,
	CustomLookupLookupItem oParent
)

Parameters

oValue  String
Value. Must not be null or empty.
keys  String
Keys. Size of the array must be 15.
oParent  CustomLookupLookupItem
Parent row of this row. Must not be null.
See Also