MobileForms Toolkit Documentation

DetailView.KeyTabNavigation Property

Enable internal keyboard navigation with TAB key.

public bool KeyTabNavigation {get; set;}

Property Value

True enables keyboard navigation with TAB key, otherwise false.

Remarks

For focusing previous or next control, use KeyUp event.

Note   The keyboard navigation with TAB key is experimental, use it at own risk.

See Also

DetailView Class | Resco.Controls.DetailView Namespace