Class NumericEditorUpDownPlacementMode
Defines the constants for UpDownPlacementMode that specify how the spin buttons used to increment or decrement Syncfusion.Maui.DataForm.DataFormNumericEditor value.
Inheritance
System.Object
NumericEditorUpDownPlacementMode
Namespace: Syncfusion.Maui.DataForm
Assembly: Syncfusion.Maui.DataForm.dll
Syntax
public sealed class NumericEditorUpDownPlacementMode : Enum
Fields
Hidden
The spin buttons are not displayed.
Declaration
public const NumericEditorUpDownPlacementMode Hidden
Field Value
Type |
---|
NumericEditorUpDownPlacementMode |
Inline
The spin buttons are displayed in an expanded, horizontal orientation.
Declaration
public const NumericEditorUpDownPlacementMode Inline
Field Value
Type |
---|
NumericEditorUpDownPlacementMode |