Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / C1Calendar Class / CanGoForward Property


In This Topic
    CanGoForward Property
    In This Topic
    Gets a value indicating whether it is possible to navigate forward.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanGoForward As Boolean
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As Boolean
     
    value = instance.CanGoForward
    public bool CanGoForward {get;}
    See Also