Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MenuItem Class / ViewState Property


In This Topic
    ViewState Property (MenuItem)
    In This Topic
    Gets the state of the view.
    Syntax
    'Declaration
     
    Public ReadOnly Property ViewState As StateBag
    'Usage
     
    Dim instance As MenuItem
    Dim value As StateBag
     
    value = instance.ViewState
    public StateBag ViewState {get;}

    Property Value

    The state of the view.
    See Also