Spread for ASP.NET 9.0 Product Documentation
SaveControlState Method


Saves any server control view-state changes that have occurred since the time the page was posted back to the server.
Syntax
'Declaration
 
Protected Overrides Function SaveControlState() As Object
'Usage
 
Dim instance As SpreadChart
Dim value As Object
 
value = instance.SaveControlState()
protected override object SaveControlState()

Return Value

Returns the server control's current view state. If there is no view state associated with the control, this method returns null.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SpreadChart Class
SpreadChart Members

 

 


Copyright © GrapeCity, inc. All rights reserved.