Class NumberBoxUpDownPlacementMode
Defines values that specify how the spin buttons used to increment or decrement the Value of a SfNumberBox are displayed.
Inheritance
System.Object
    NumberBoxUpDownPlacementMode
  Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public sealed class NumberBoxUpDownPlacementMode : EnumFields
Compact
The spin buttons have two visual states, depending on focus. By default, the spin buttons are displayed in a compact, vertical orientation. When the NumberBox gets focus, the spin buttons expand.
Declaration
public const NumberBoxUpDownPlacementMode CompactField Value
| Type | 
|---|
| NumberBoxUpDownPlacementMode | 
Hidden
The spin buttons are not displayed.
Declaration
public const NumberBoxUpDownPlacementMode HiddenField Value
| Type | 
|---|
| NumberBoxUpDownPlacementMode | 
Inline
The spin buttons are displayed in an expanded, horizontal orientation.
Declaration
public const NumberBoxUpDownPlacementMode InlineField Value
| Type | 
|---|
| NumberBoxUpDownPlacementMode |