Property TabIndex
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
TabIndex
Maps to the element's tabIndex. Positive values sort ahead of 0 in the sequential (Tab) ring. Caution: on runtime panels, -1 removes the element from BOTH the Tab ring AND 2D arrow/dpad/stick navigation — it is not the web's "focusable but not tab-reachable". For a group with one Tab stop, use a focus scope with SingleTabStop instead.
public int? TabIndex { get; set; }
Property Value
- int?