ComponentOne Xamarin.iOS
ShowSelectionMenu Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : ShowSelectionMenu Property
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

Reference

GridBase Class
GridBase Members