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
public bool ShowSelectionMenu {get; set;}
See Also