Style::ViewState Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the state bag that holds the style elements.
Assembly: System.Web (in System.Web.dll)
public protected: [BrowsableAttribute(false)] property StateBag^ ViewState { StateBag^ get(); }
Property Value
Type: System.Web.UI::StateBag^A state bag that holds the style elements defined in it.
The private field name for the state bag is case sensitive.
.NET Framework
Available since 1.1
Available since 1.1
Show: