Class UpDownOrder
defines the arrangements of increment/decrement buttons in SfNumericEntry
Inheritance
System.Object
UpDownOrder
Namespace: Syncfusion.Maui.Inputs
Assembly: Syncfusion.Maui.Inputs.dll
Syntax
public sealed class UpDownOrder : Enum
Fields
DownThenUp
Value will be updated when the text box loses focus.
Declaration
public const UpDownOrder DownThenUp
Field Value
Type |
---|
UpDownOrder |
UpThenDown
Value will be updated while the text box is in focus.
Declaration
public const UpDownOrder UpThenDown
Field Value
Type |
---|
UpDownOrder |