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

In This Topic
    ButtonDisplayMode Enumeration
    In This Topic
    Display the numeric box with options
    Syntax
    'Declaration
     
    
    Public Enum ButtonDisplayMode 
       Inherits System.Enum
    public enum ButtonDisplayMode : System.Enum 
    Members
    MemberDescription
    NoneDisplay without buttons
    Rightbuttons placed at the right.
    RightInlinedecrease and increase button placed inline at the right.
    SideBySidedecrease button placed at the left, increase button at the right.
    Inheritance Hierarchy

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

    See Also