menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UpDownOrder - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved