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


In This Topic
    SpinDownCommand Property
    In This Topic
    Represents the SpinDownCommand command, which requests SpinDown button clicked.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property SpinDownCommand As RoutedUICommand
    'Usage
     
    Dim value As RoutedUICommand
     
    value = GcComboBox.SpinDownCommand
    public static RoutedUICommand SpinDownCommand {get;}
    See Also