This documentation is for the old version. Go to the latest Upload Suite docs

BaseExtender.EnableViewState Property

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)

Syntax

Visual Basic
Public Overrides ReadOnly Property EnableViewState As Boolean
C#
public override bool EnableViewState { get; }

Property Value

true if the server control maintains its view state; otherwise false. The default is true.

See Also

Reference