WPF

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

    Show / Hide Table of Contents

    Enum InvalidInputBehavior

    Specifies the way of MaskedTextBox reaction on wrong input data.

    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public enum InvalidInputBehavior

    Fields

    Name Description
    DisplayErrorMessage

    Raises displaying error message.

    None

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

    ResetValue

    Resets text in editor.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved