Fusion8 Design Relational ListControl Class Library

RelationalListBox.LoadViewState Method 

[This is preliminary documentation and subject to change.]

Overrides LoadViewState.

[Visual Basic]
Overrides Protected Sub LoadViewState( _
   ByVal savedState As Object _
)
[C#]
protected override void LoadViewState(
   object savedState
);

Parameters

savedState
The ViewState for this control.

Remarks

Loads the ViewState for the relationship between this control and the ParentListID.

See Also

RelationalListBox Class | Fusion8Design.WebControls.UI Namespace