Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridOutlineEventArgs Class / Level Property


In This Topic
    Level Property (GridOutlineEventArgs)
    In This Topic
    Gets the level of the tapped outline.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Level As Integer
    'Usage
     
    
    Dim instance As GridOutlineEventArgs
    Dim value As Integer
     
    value = instance.Level
    public int Level {get;}
    See Also