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


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