Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValueChangeMode

    Show / Hide Table of Contents

    Class ValueChangeMode

    Contains the values for the ValueChangeMode enumeration that determines the nature of validation.

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

    Fields

    OnKeyFocus

    The value will be changed for each keypress.

    Declaration
    public const ValueChangeMode OnKeyFocus
    Field Value
    Type Description
    ValueChangeMode

    OnLostFocus

    The value will be updated once the control lost its focus.

    Declaration
    public const ValueChangeMode OnLostFocus
    Field Value
    Type Description
    ValueChangeMode

    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