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 : Enum
Fields
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 Compact
Field Value
Type |
---|
NumberBoxUpDownPlacementMode |
Hidden
The spin buttons are not displayed.
Declaration
public const NumberBoxUpDownPlacementMode Hidden
Field Value
Type |
---|
NumberBoxUpDownPlacementMode |
Inline
The spin buttons are displayed in an expanded, horizontal orientation.
Declaration
public const NumberBoxUpDownPlacementMode Inline
Field Value
Type |
---|
NumberBoxUpDownPlacementMode |