menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFNumericUpDownSpinValidation - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SFNumericUpDownSpinValidation

    Contains the values for the SpinValidation enumeration. Single value is incremented or decremented when button perform keyup action. When it is set as default, the continous increment will occur when the button is touched

    Inheritance
    System.Object
    SFNumericUpDownSpinValidation
    Namespace: Syncfusion.SfNumericUpDown.iOS
    Assembly: Syncfusion.SfNumericUpDown.iOS.dll
    Syntax
    public sealed class SFNumericUpDownSpinValidation : Enum

    Fields

    Auto

    The value will get updated continuously when the button is pressed and will not get updated when the button is released in long press state (or) will get updated only once for each keyup action in single tap state.

    Declaration
    public const SFNumericUpDownSpinValidation Auto
    Field Value
    Type
    SFNumericUpDownSpinValidation

    Default

    The value will be updated once the button is pressed and it will not update the value when it is moved outside.

    Declaration
    public const SFNumericUpDownSpinValidation Default
    Field Value
    Type
    SFNumericUpDownSpinValidation

    Tapped

    The value will be changed only once for each keyup action.

    Declaration
    public const SFNumericUpDownSpinValidation Tapped
    Field Value
    Type
    SFNumericUpDownSpinValidation
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved