Click or drag to resize

CustomLookupLookupItem Constructor (String, CustomLookupLookupItem)

Constructor

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

Parameters

oValue
Type: SystemString
Value. Must not be null or empty.
oParent
Type: ATR.CT.CTInterfaceCustomLookupLookupItem
Parent row of this row. Must not be null.
See Also