Fusion8 Design Relational ListControl Class Library

RelationalListBox.ValidateParentListControl Method 

[This is preliminary documentation and subject to change.]

Ensures that the ParentListID is a valid ListControl.

[Visual Basic]
Overridable Protected Sub ValidateParentListControl()
[C#]
protected virtual void ValidateParentListControl();

Remarks

The control specified by the ParentListID property must inherit from the ListControl class.

Exceptions

Exception TypeCondition
InvalidOperationExceptionA list control is not found with the ID specified by the ParentListID property.

See Also

RelationalListBox Class | Fusion8Design.WebControls.UI Namespace