Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / ClearCommand Property


In This Topic
    ClearCommand Property (GcComboBox)
    In This Topic
    Represents the ClearCommand command, which requests that GcComboBox to clear all the text.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property ClearCommand As RoutedUICommand
    'Usage
     
    Dim value As RoutedUICommand
     
    value = GcComboBox.ClearCommand
    public static RoutedUICommand ClearCommand {get;}

    Property Value

    The requested command. Default key gesture is F2.
    Remarks

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

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

    See Also