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


In This Topic
    IsTrackingViewState Property (StateManaged)
    In This Topic
    Checks the tracking state.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property IsTrackingViewState As Boolean
    'Usage
     
    
    Dim instance As StateManaged
    Dim value As Boolean
     
    value = instance.IsTrackingViewState
    protected bool IsTrackingViewState {get;}
    See Also