menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpinValidation - API Reference

    Show / Hide Table of Contents

    Class SpinValidation

    Contains the values for the SpinValidation enumeration that determines the validation mode as default, tapped or auto.

    Inheritance
    System.Object
    SpinValidation
    Namespace: Syncfusion.SfNumericUpDown.XForms
    Assembly: Syncfusion.SfNumericUpDown.XForms.dll
    Syntax
    public sealed class SpinValidation : Enum

    Fields

    Auto

    The value will be incremented or decremented when the button is released after pressed or when long pressing the updown button the value will be incremented or decremented automatically.

    Declaration
    public const SpinValidation Auto
    Field Value
    Type Description
    SpinValidation

    Default

    When long pressing the updown button value value will be increment or decrement automatically.

    Declaration
    public const SpinValidation Default
    Field Value
    Type Description
    SpinValidation

    Tapped

    To restrict or avoid increment or decrement on long pressing updown button.

    Declaration
    public const SpinValidation Tapped
    Field Value
    Type Description
    SpinValidation

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved