Nevron Open Vision Documentation
Nevron.Nov.Grid.Commands Namespace / NSelectionNavigationCommandAction Class / Command Property


In This Topic
    Command Property (NSelectionNavigationCommandAction)
    In This Topic
    Gets or sets the navigation command executed by this command action.
    Syntax
    'Declaration
     
    
    Public Property Command As ENSelectionNavigationCommand
    'Usage
     
    
    Dim instance As NSelectionNavigationCommandAction
    Dim value As ENSelectionNavigationCommand
     
    instance.Command = value
     
    value = instance.Command
    public ENSelectionNavigationCommand Command {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also