Class NumericEntryUpDownPlacementMode
Defines values that specify how the spin buttons used to increment or decrement the Value of a SfNumericEntry are displayed.
Inheritance
System.Object
NumericEntryUpDownPlacementMode
Namespace: Syncfusion.Maui.Inputs
Assembly: Syncfusion.Maui.Inputs.dll
Syntax
public sealed class NumericEntryUpDownPlacementMode : Enum
Fields
Hidden
The spin buttons are not displayed.
Declaration
public const NumericEntryUpDownPlacementMode Hidden
Field Value
Type |
---|
NumericEntryUpDownPlacementMode |
Inline
The spin buttons are displayed in an expanded, horizontal orientation.
Declaration
public const NumericEntryUpDownPlacementMode Inline
Field Value
Type |
---|
NumericEntryUpDownPlacementMode |
InlineVertical
The spin buttons are displayed in an expanded, vertical orientation.
Declaration
public const NumericEntryUpDownPlacementMode InlineVertical
Field Value
Type |
---|
NumericEntryUpDownPlacementMode |