Property TabBehavior
TabBehavior
Gets or sets the tab behavior of the checkboxes within the selector. If TabStop (the default), navigating within and out of the selector will follow the standard superview/subview behavior. If NoStop, only the arrow keys wil navigate within the selector.
public TabBehavior? TabBehavior { get; set; }