Xamarin.Android | ComponentOne
C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / HasTransientState Property


In This Topic
    HasTransientState Property (FlexViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property HasTransientState As Boolean
    'Usage
     
    
    Dim instance As FlexViewer
    Dim value As Boolean
     
    instance.HasTransientState = value
     
    value = instance.HasTransientState
    public virtual bool HasTransientState {get; set;}
    See Also