Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client.
Namespace:
Mindscape.LightSpeed.Web.WebFormsAssembly: Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] public override bool EnableViewState { get; set; } |
| Visual Basic (Declaration) |
|---|
<BrowsableAttribute(False)> _ Public Overrides Property EnableViewState As Boolean |