Click or drag to resize
CustomLookup.LookupItem Constructor (String, CustomLookup.LookupItem)
Constructor

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public LookupItem(
	string oValue,
	CustomLookup. LookupItem oParent
)

Parameters

oValue
Type: System.String
Value. Must not be null or empty.
oParent
Type: ATR.CT.CTInterface.CustomLookup.LookupItem
Parent row of this row. Must not be null.
See Also