menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MaskedEntryMaskFormat - API Reference

    Show / Hide Table of Contents

    Class MaskedEntryMaskFormat

    Specifies the mask format for value in the SfMaskedEntry.

    Inheritance
    System.Object
    MaskedEntryMaskFormat
    Namespace: Syncfusion.Maui.Inputs
    Assembly: Syncfusion.Maui.Inputs.dll
    Syntax
    public sealed class MaskedEntryMaskFormat : Enum

    Fields

    ExcludePromptAndLiterals

    Excludes the prompt characters and literals in the value.

    Declaration
    public const MaskedEntryMaskFormat ExcludePromptAndLiterals
    Field Value
    Type Description
    MaskedEntryMaskFormat

    IncludeLiterals

    Includes only the literals in the value.

    Declaration
    public const MaskedEntryMaskFormat IncludeLiterals
    Field Value
    Type Description
    MaskedEntryMaskFormat

    IncludePrompt

    Includes only the prompt characters in the value.

    Declaration
    public const MaskedEntryMaskFormat IncludePrompt
    Field Value
    Type Description
    MaskedEntryMaskFormat

    IncludePromptAndLiterals

    Includes the prompt characters and literals in the value.

    Declaration
    public const MaskedEntryMaskFormat IncludePromptAndLiterals
    Field Value
    Type Description
    MaskedEntryMaskFormat

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved