Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcListBox Class / MoveUpCommand Property


In This Topic
    MoveUpCommand Property
    In This Topic
    Represents the MoveUpCommand command, which moves the selected item to previous one.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property MoveUpCommand As RoutedUICommand
    'Usage
     
    Dim value As RoutedUICommand
     
    value = GcListBox.MoveUpCommand
    public static RoutedUICommand MoveUpCommand {get;}
    See Also