menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MaskFormat - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MaskFormat

    Contains values for the MaskFormat enumeration that allows the Value property to hold the characters without prompt and literals by setting the ValueMaskFormat.

    Inheritance
    System.Object
    MaskFormat
    Namespace: Syncfusion.XForms.MaskedEdit
    Assembly: Syncfusion.SfMaskedEdit.XForms.dll
    Syntax
    public sealed class MaskFormat : Enum

    Fields

    ExcludePromptAndLiterals

    Excludes the prompt character and literals in value.

    Declaration
    public const MaskFormat ExcludePromptAndLiterals
    Field Value
    Type
    MaskFormat

    IncludeLiterals

    Includes only the literals in value.

    Declaration
    public const MaskFormat IncludeLiterals
    Field Value
    Type
    MaskFormat

    IncludePrompt

    Includes only the prompt character in value.

    Declaration
    public const MaskFormat IncludePrompt
    Field Value
    Type
    MaskFormat

    IncludePromptAndLiterals

    Includes the prompt character and literals in value.

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