Fusion8 Design Relational ListControl Class Library

RelationalListBox.SaveViewState Method 

[This is preliminary documentation and subject to change.]

Overrides SaveViewState.

[Visual Basic]
Overrides Protected Function SaveViewState() As Object
[C#]
protected override object SaveViewState();

Return Value

Returns the server control's current view state. If there is no view state associated with the control, this method returns null reference ( Nothing in Visual Basic ) .

Remarks

View state is the accumulation of the values of a server control's properties.

See Also

RelationalListBox Class | Fusion8Design.WebControls.UI Namespace