[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.SubmitCommand

SubmitCommand Property

SubmitCommand

Represents the SubmitCommand command, which requests that drop down child control to submit the value of drop down child.

Declaration
public static RoutedUICommand SubmitCommand { get; }
Public Shared ReadOnly Property SubmitCommand As RoutedUICommand
Property Value
Type Description
RoutedUICommand

The requested command.

Remarks

This command cannot be executed when the drop down child control is disabled.

This command is natively supported by GrapeCity.Windows.InputMan.GcDropDownCalendar and the default key gesture is Enter. This command is natively supported by GrapeCity.Windows.InputMan.GcDropDownCalculator but no default key gesture.