MobileForms Toolkit Documentation

ItemMaskedTextBox.TextMaskFormat Property

Gets or sets a value that determines whether literals and prompt characters are included in the formatted string.

public Resco.Controls.MaskedTextBox.MaskFormat TextMaskFormat {get; set;}

Property Value

One of the MaskFormat values. The default is IncludeLiterals.

Remarks

See TextMaskFormat property determines how the literal and prompt characters in the mask are processed when the generating the formatted string. More specifically, it determines whether literal characters, prompt characters, or both are included in the Text property. When prompt characters are excluded, they are transformed into spaces in the formatted string.

See Also

ItemMaskedTextBox Class | Resco.Controls.DetailView Namespace