C1.Android.Grid Assembly / C1.Android.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
 
Public Property ShowSelectionMenu As Boolean
 
'Usage
 
Dim instance As GridBase
Dim value As Boolean
 
instance.ShowSelectionMenu = value
 
value = instance.ShowSelectionMenu
See Also