menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MaskedEditorMaskFormat - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MaskedEditorMaskFormat

    Defines the constants for ValueMaskFormat.

    Inheritance
    System.Object
    MaskedEditorMaskFormat
    Namespace: Syncfusion.Maui.DataForm
    Assembly: Syncfusion.Maui.DataForm.dll
    Syntax
    public sealed class MaskedEditorMaskFormat : Enum

    Fields

    ExcludePromptAndLiterals

    Excludes the prompt characters and literals in the value.

    Declaration
    public const MaskedEditorMaskFormat ExcludePromptAndLiterals
    Field Value
    Type
    MaskedEditorMaskFormat

    IncludeLiterals

    Includes only the literals in the value.

    Declaration
    public const MaskedEditorMaskFormat IncludeLiterals
    Field Value
    Type
    MaskedEditorMaskFormat

    IncludePrompt

    Includes only the prompt characters in the value.

    Declaration
    public const MaskedEditorMaskFormat IncludePrompt
    Field Value
    Type
    MaskedEditorMaskFormat

    IncludePromptAndLiterals

    Includes the prompt characters and literals in the value.

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