menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class MaskType

    Contains values for the MaskType enumeration that has different set of mask characters combined to form a mask expression.

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

    Fields

    RegEx

    Represents the complex regular expression mask elements.

    Declaration
    public const MaskType RegEx
    Field Value
    Type
    MaskType

    Text

    Represents the basic regular expression mask elements.

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