Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ContextMenuCollection Class / SaveViewState Method


In This Topic
    SaveViewState Method (ContextMenuCollection)
    In This Topic
    Saves the state of the view.
    Syntax
    'Declaration
     
    
    Public Overrides Function SaveViewState() As Object
    'Usage
     
    
    Dim instance As ContextMenuCollection
    Dim value As Object
     
    value = instance.SaveViewState()
    public override object SaveViewState()
    See Also