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


In This Topic
    ShowSelectionMenu Property
    In This Topic
    Gets or sets a value that indicates whether the grid shows menu when select rows or cells.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("ShowSelectionMenu")>
    <BrowsableAttribute(True)>
    Public Property ShowSelectionMenu As Boolean
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Boolean
     
    instance.ShowSelectionMenu = value
     
    value = instance.ShowSelectionMenu
    [Foundation.Export("ShowSelectionMenu")]
    [Browsable(true)]
    public bool ShowSelectionMenu {get; set;}
    See Also