[]
Represents the SubmitCommand command, which requests that drop down child control to submit the value of drop down child.
public static RoutedUICommand SubmitCommand { get; }
Public Shared ReadOnly Property SubmitCommand As RoutedUICommand
Type | Description |
---|---|
RoutedUICommand | The requested command. |
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.