C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / KeyCommands Property


In This Topic
KeyCommands Property (GridBase)
In This Topic
Syntax
'Declaration
 
Public Overrides ReadOnly Property KeyCommands As UIKit.UIKeyCommand()
 
'Usage
 
Dim instance As GridBase
Dim value() As UIKit.UIKeyCommand
 
value = instance.KeyCommands
See Also