ASP.NET Pack Programmer's Guide
DropDown.SaveViewState Method
See Also
 





Control.SaveViewState override.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

protected override Object SaveViewState ()

Visual Basic  Copy Code

Protected Overrides Function SaveViewState () As Object

 Return Value

Type: Object
Returns the server control's current view state. If there is no view state associated with the control, this method returns null (Nothing in VB.NET).

 See Also

DropDown Members
DropDown Class
MindFusion.UI.WebForms Namespace