Fusion8 Design Relational ListControl Class Library

RelationalListBox.ParentListID Property

[This is preliminary documentation and subject to change.]

Gets or sets the ID of the parent ListControl.

[Visual Basic]
NotOverridable Public Property ParentListID As String Implements _
   IRelationalListControl.ParentListID
[C#]
public string ParentListID {get; set;}

Implements

IRelationalListControl.ParentListID

Remarks

The control automatically sets up the relationship between it and the parent ListControl.

A design time list of compatible controls is exposed as a list in the controls property inspector. The list is provided by the ListControlConverter class.

See Also

RelationalListBox Class | Fusion8Design.WebControls.UI Namespace