Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / StateManaged Class / ViewState Property


In This Topic
    ViewState Property (StateManaged)
    In This Topic
    Stores the view state.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property ViewState As StateBag
    'Usage
     
    
    Dim instance As StateManaged
    Dim value As StateBag
     
    value = instance.ViewState
    protected virtual StateBag ViewState {get;}
    See Also