Gets and sets whether the Viewstate is enabled

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[BrowsableAttribute(false)]
public override bool EnableViewState { get; set; }
Visual Basic
<BrowsableAttribute(false)> 
Public Overrides Property EnableViewState As Boolean
	Get
	Set

See Also