Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / FieldsEditingCommands Class / Clear Property


In This Topic
    Clear Property (FieldsEditingCommands)
    In This Topic
    Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.Clear command, which requests that the all characters would be deleted.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property Clear As RoutedUICommand
    'Usage
     
    Dim value As RoutedUICommand
     
    value = FieldsEditingCommands.Clear
    public static RoutedUICommand Clear {get;}
    Remarks
    This command indicates intention to clear the GrapeCity.Windows.InputMan.Primitives.FieldsEditorControl. The default key gesture for this command is System.Windows.Input.Key.F2 (except GrapeCity.Windows.InputMan.GcNumber).
    See Also