Xamarin.iOS Documentation | ComponentOne
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
    public override UIKit.UIKeyCommand[] KeyCommands {get;}
    See Also