[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.ClearCommand

ClearCommand Property

ClearCommand

Represents the ClearCommand command, which requests that GcComboBox to clear all the text.

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

The requested command. Default key gesture is F2.

Remarks

This command can only be executed when IsEnabled is true and IsReadOnly is false.

This command is natively supported by GcComboBox and the command parameter is ignored.