MobileForms Toolkit Documentation

ItemMaskedTextBox.Mask Property

Gets or sets the input mask to use at run time.

public string Mask {get; set;}

Property Value

A String representing the current mask. The default value is the empty string which allows any input.

Remarks

See Mask for more information.

See Also

ItemMaskedTextBox Class | Resco.Controls.DetailView Namespace