'Declaration Public Property NavigateToKeyCommand As ICommand
'Usage Dim instance As DataNavigationControl Dim value As ICommand instance.NavigateToKeyCommand = value value = instance.NavigateToKeyCommand
public ICommand NavigateToKeyCommand {get; set;}
Property Value
An ICommand representing the navigate to key command.