Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / MaskedTextBoxValueFormat Enumeration


In This Topic
    MaskedTextBoxValueFormat Enumeration
    In This Topic
    The options that are available when accessing the value of a MaskedTextBox.
    Syntax
    'Declaration
     
    
    Public Enum MaskedTextBoxValueFormat 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MaskedTextBoxValueFormat
    public enum MaskedTextBoxValueFormat : System.Enum 
    Members
    MemberDescription
    ExcludePromptAndLiteralsNo prompt or literal characters will be part of the Value, which means that only the typed characters will be accessed.
    IncludeLiteralsThe literal characters will be part of the Value, which means that only typed & literal characters will be accessed.
    IncludePromptThe prompt characters will be part of the Value, which means that only typed & prompt characters will be accessed.
    IncludePromptAndLiteralsThe prompt & literal characters will be part of the Value, which means that typed, prompt & literal characters will be accessed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Maui.Toolkit.MaskedTextBoxValueFormat

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also