menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum MaskFormat - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum MaskFormat

    Specifies the mask format for SfMaskedEdit.

    Namespace: Syncfusion.Windows.Controls.Input
    Assembly: Syncfusion.SfInput.Wpf.dll
    Syntax
    public enum MaskFormat

    Fields

    Name Description
    ExcludePromptAndLiterals

    Excludes the prompt character and literals in value.

    IncludeLiterals

    Includes only the literals in value.

    IncludePrompt

    Includes only the prompt character in value.

    IncludePromptAndLiterals

    Includes the prompt character and literals in value.

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