Fusion8 Design Relational ListControl Class Library

IRelationalListControl.ParentListID Property

[This is preliminary documentation and subject to change.]

Gets or sets the ID of the parent ListControl.

[Visual Basic]
Property ParentListID As String
[C#]
string ParentListID {get; set;}

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

IRelationalListControl Interface | Fusion8Design.WebControls.UI Namespace