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


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