Click or drag to resize
LookupItem Properties

The CustomLookupLookupItem type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets/Sets child rows for this row. Automated if AddChild is used.
Public propertyID
Gets this row's ID. ID is generated and can't be set.
Public propertyIndent
Indent of the row. Automatically set if AddChild is used.
Public propertyParentID
Gets/Sets this row's parent's ID. If AddChild is used, ParentID is automatically set.
Public propertySortOrder
Sort order for this row. Optional. Must be 0 or greater.
Public propertyValue
Getter/Setter for the value. Must not be null nor empty.
Top
See Also