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:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Overrides ReadOnly Property EnableViewState As Boolean
public override bool EnableViewState { get; }
true
if the server control maintains its view state; otherwise false
. The default is true
.