DataSourceExpression::ViewState Property

.NET Framework (current version)
 

Gets an instance of the StateBag class that contains the current view state information.

Namespace:   System.Web.UI.WebControls.Expressions
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

protected:
[BrowsableAttribute(false)]
property StateBag^ ViewState {
	StateBag^ get();
}

Property Value

Type: System.Web.UI::StateBag^

An instance of the state bag object that contains the current view state information.

.NET Framework
Available since 4.0
Return to top
Show: