Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / Selection Property


In This Topic
    Selection Property
    In This Topic
    Gets or sets the current selection.
    Syntax
    'Declaration
     
    
    Public Property Selection As GridCellRange
    'Usage
     
    
    Dim instance As GridBase
    Dim value As GridCellRange
     
    instance.Selection = value
     
    value = instance.Selection
    public GridCellRange Selection {get; set;}
    See Also