Fusion8 Design Relational ListControl Class Library

RelationalDropDownList.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

RelationalDropDownList Class | Fusion8Design.WebControls.UI Namespace