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:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

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

Field Value

Return Value

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

See Also