menu

UWP

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

    Show / Hide Table of Contents

    Class MaskType

    Specifies the mask type for SfMaskedEdit.

    Inheritance
    System.Object
    MaskType
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.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

    Regular

    Represents the basic regular expression mask elements.

    Declaration
    public const MaskType Regular
    Field Value
    Type
    MaskType

    Simple

    Represents the Simple mask elements.

    Declaration
    public const MaskType Simple
    Field Value
    Type
    MaskType

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved