alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class InvalidInputBehavior

    Specifies the way of MaskedTextBox reaction on wrong input data.

    Inheritance
    System.Object
    InvalidInputBehavior
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public sealed class InvalidInputBehavior : Enum

    Fields

    DisplayErrorMessage

    Raises displaying error message.

    Declaration
    public const InvalidInputBehavior DisplayErrorMessage
    Field Value
    Type
    InvalidInputBehavior

    None

    Represents the way when there is no reaction onto invalid input.

    Declaration
    public const InvalidInputBehavior None
    Field Value
    Type
    InvalidInputBehavior

    ResetValue

    Resets text in editor.

    Declaration
    public const InvalidInputBehavior ResetValue
    Field Value
    Type
    InvalidInputBehavior
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved