[]
Specifies constants that define the focusability of row and column headers.
public enum HeadersFocusability
Name | Description |
---|---|
All | Both column and row header cells are focusable. |
Column | Only column header cells are focusable. |
None | No header cells are focusable. |
Row | Only row header cells are focusable. |