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