menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class DataFormMaskedEditTextItem

    Represents the class that encapsulates the layout and Masked text editor setting for a data field appearing in SfDataForm.

    Inheritance
    System.Object
    DataFormItemBase
    DataFormItem
    DataFormTextItemBase
    DataFormMaskedEditTextItem
    Implements
    System.IDisposable
    Inherited Members
    DataFormItem.CounterLabelStyle
    DataFormItem.Dispose(Boolean)
    DataFormItem.Editor
    DataFormItem.EditorFontSize
    DataFormItem.EditorView
    DataFormItem.ErrorMessageColor
    DataFormItem.FocusedColor
    DataFormItem.GroupName
    DataFormItem.Height
    DataFormItem.HelperLabelStyle
    DataFormItem.HintLabelStyle
    DataFormItem.ImageSource
    DataFormItem.InvalidMessage
    DataFormItem.IsReadOnly
    DataFormItem.IsReadOnlyProperty
    DataFormItem.IsValid
    DataFormItem.LabelPosition
    DataFormItem.LabelText
    DataFormItem.LayoutOptions
    DataFormItem.Name
    DataFormItem.Order
    DataFormItem.PlaceHolderText
    DataFormItem.PropertyInfo
    DataFormItem.ShowCharCount
    DataFormItem.ShowLabel
    DataFormItem.TextInputLayoutSettings
    DataFormItem.UnfocusedColor
    DataFormItem.ValidationLabelFontSize
    DataFormItem.ValidationLabelStyle
    DataFormItem.ValidMessage
    DataFormItem.ValidMessageColor
    DataFormItemBase.CanFocus()
    DataFormItemBase.ColumnSpan
    DataFormItemBase.Dispose()
    DataFormItemBase.IsGroup
    DataFormItemBase.IsVisible
    DataFormItemBase.ItemManager
    DataFormItemBase.LabelFontSize
    DataFormItemBase.OnPropertyChanged(String)
    DataFormItemBase.RowSpan
    DataFormItemBase.TextInputLayout
    DataFormItemBase.View
    DataFormTextItemBase.KeyBoard
    Namespace: Syncfusion.XForms.DataForm
    Assembly: Syncfusion.SfDataForm.XForms.dll
    Syntax
    public class DataFormMaskedEditTextItem : DataFormTextItemBase, IDisposable

    Constructors

    DataFormMaskedEditTextItem()

    Initializes a new instance of the DataFormMaskedEditTextItem class.

    Declaration
    public DataFormMaskedEditTextItem()

    Properties

    CultureInfo

    Gets or sets the culture info for formatting.

    Declaration
    public CultureInfo CultureInfo { get; set; }
    Property Value
    Type
    System.Globalization.CultureInfo

    CutCopyMaskFormat

    Gets or sets a value that determines whether literals and prompt characters are copied to the clipboard.

    Declaration
    public MaskFormat CutCopyMaskFormat { get; set; }
    Property Value
    Type Description
    MaskFormat

    The default value is MaskFormat.IncludeLiterals.

    EnablePasswordDelay

    Gets or sets a value indicating whether the password character needs to be displayed with delay when typing.

    Declaration
    public bool EnablePasswordDelay { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false.

    Mask

    Gets or sets the Mask for the Masked edit text editor.

    Declaration
    public string Mask { get; set; }
    Property Value
    Type
    System.String

    MaskType

    Gets or sets the mask type for the Masked edit text editor.

    Declaration
    public MaskType MaskType { get; set; }
    Property Value
    Type Description
    MaskType

    The default value is MaskType.Text.

    PasswordChar

    Gets or sets a value to be displayed in substitute of user input.

    Declaration
    public char PasswordChar { get; set; }
    Property Value
    Type
    System.Char

    PasswordDelayDuration

    Gets or sets the duration of the delay when typing the password character.

    Declaration
    public double PasswordDelayDuration { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 1.

    PromptChar

    Gets or sets a value to be displayed in substitute of user input.

    Declaration
    public char PromptChar { get; set; }
    Property Value
    Type
    System.Char

    SkipLiterals

    Gets or sets a value indicating whether the user is allowed to re-enter literal values.

    Declaration
    public bool SkipLiterals { get; set; }
    Property Value
    Type
    System.Boolean

    ValueMaskFormat

    Gets or sets the mask format for value.

    Declaration
    public MaskFormat ValueMaskFormat { get; set; }
    Property Value
    Type Description
    MaskFormat

    The default value is MaskFormat.IncludePromptAndLiterals.

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved