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


In This Topic
    SpinUp Property
    In This Topic
    Represents the SpinUp command, which requests that value should be increased.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property SpinUp As RoutedUICommand
    'Usage
     
    Dim value As RoutedUICommand
     
    value = FieldsEditingCommands.SpinUp
    public static RoutedUICommand SpinUp {get;}
    Remarks
    The requested command. The default key gesture for this command is Up.
    See Also