RubberBandEnableViewState 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:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public override bool EnableViewState { get; }
Public Overrides ReadOnly Property EnableViewState As Boolean
Get
Return Value
Type:
Boolean
true if the server control maintains its view state; otherwise false. The default is true.
See Also