[]
        
(Showing Draft Content)

C1.iOS.Grid.GridControlKeyboardHandler.GetCommands

GetCommands Method

GetCommands(bool)

Gets the commands of the grid.

Declaration
protected virtual UIKeyCommand[] GetCommands(bool isEditing)
Protected Overridable Function GetCommands(isEditing As Boolean) As UIKeyCommand()
Parameters
Type Name Description
bool isEditing

true if it is editing.

Returns
Type Description
UIKeyCommand[]