menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class SpinValidation

    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
    SpinValidation
    Namespace: Com.Syncfusion.Numericupdown
    Assembly: Syncfusion.SfNumericUpDown.Android.dll
    Syntax
    public sealed class SpinValidation : 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 SpinValidation Auto
    Field Value
    Type
    SpinValidation

    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 SpinValidation Default
    Field Value
    Type
    SpinValidation

    Tapped

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

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