ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / MaskFormat Enumeration

In This Topic
    MaskFormat Enumeration
    In This Topic
    Defines how to format the value inside of a C1MaskedTextBox.
    Syntax
    'Declaration
     
    
    Public Enum MaskFormat 
       Inherits System.Enum
    public enum MaskFormat : System.Enum 
    Members
    MemberDescription
    ExcludePromptAndLiteralsReturn only text input by the user.
    IncludeLiteralsReturn text input by the user as well as any literal characters defined in the mask.
    IncludePromptReturn text input by the user as well as any instances of the prompt character.
    IncludePromptAndLiteralsReturn text input by the user as well as any literal characters defined in the mask and any instances of the prompt character.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.MaskFormat

    See Also