menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MaskedTextBoxMaskType - API Reference

    Show / Hide Table of Contents

    Class MaskedTextBoxMaskType

    Specifies the mask type for SfMaskedTextBox.

    Inheritance
    System.Object
    MaskedTextBoxMaskType
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public sealed class MaskedTextBoxMaskType : Enum

    Fields

    RegEx

    Represents the extended regular expression mask elements.

    Declaration
    public const MaskedTextBoxMaskType RegEx
    Field Value
    Type Description
    MaskedTextBoxMaskType

    Simple

    Represents the simple mask elements.

    Declaration
    public const MaskedTextBoxMaskType Simple
    Field Value
    Type Description
    MaskedTextBoxMaskType

    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