ASP.NET Pack Programmer's Guide
ViewSettings.ViewState Property
See Also
 





Gets a dictionary of state information that allows you to save and restore the view state of the server control across multiple requests for the same page.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

protected StateBag ViewState { get; }

Visual Basic  Copy Code

Protected ReadOnly Property ViewState As StateBag

 Property Value

An instance of the System.Web.UI.StateBag class that contains the server control's view-state information.

 See Also

ViewSettings Members
ViewSettings Class
MindFusion.Scheduling.WebForms Namespace