menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class ValueChangeMode - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ValueChangeMode

    Defines the behavior of value updating while typing in a text box during both the "Focus" and "Unfocus" states.

    Inheritance
    System.Object
    ValueChangeMode
    Namespace: Syncfusion.Maui.Toolkit.NumericEntry
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public sealed class ValueChangeMode : Enum

    Fields

    OnKeyFocus

    Value will be updated while the text box is in focus.

    Declaration
    public const ValueChangeMode OnKeyFocus
    Field Value
    Type
    ValueChangeMode

    OnLostFocus

    Value will be updated when the text box loses focus.

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