Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / TabBehavior Enumeration

In This Topic
    TabBehavior Enumeration
    In This Topic
    Custom displays mask
    Syntax
    'Declaration
     
    
    Public Enum TabBehavior 
       Inherits System.Enum
    public enum TabBehavior : System.Enum 
    Members
    MemberDescription
    MoveToNextNearestSegmentMove to the next nearest segment in the box.
    NormalTake browser behavior
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Input.TabBehavior

    See Also