WPF

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

    Show / Hide Table of Contents

    Enum MaskFormat

    Specifies how to format the text inside the MaskedTextBox

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

    Fields

    Name Description
    ExcludePromptAndLiterals

    Return only text input by the user.

    IncludeLiterals

    Return text input by the user as well as any literal characters defined in the mask.

    IncludePrompt

    Return text input by the user as well as any instances of the prompt character.

    IncludePromptAndLiterals

    Return text input by the user as well as any literal characters defined in the mask and any instances of the prompt character.

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