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


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