'Declaration
<System.ComponentModel.DefaultValueAttribute()> <System.Web.UI.ThemeableAttribute(False)> <WebCategoryAttribute("Behavior")> <WebSysDescriptionAttribute("Whether the control automatically saves its state for use in round-trips.")> Public Overridable Property EnableViewState As System.Boolean
'Usage
Dim instance As SubmitDialog Dim value As System.Boolean instance.EnableViewState = value value = instance.EnableViewState
[System.ComponentModel.DefaultValue()] [System.Web.UI.Themeable(false)] [WebCategory("Behavior")] [WebSysDescription("Whether the control automatically saves its state for use in round-trips.")] public virtual System.bool EnableViewState {get; set;}