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


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