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

ButtonDisplayMode Enumeration
Display the numeric box with options
Syntax
'Declaration
 
Public Enum ButtonDisplayMode 
   Inherits 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