Mask Property
Mask
Gets or sets the C1.WPF.Input.C1MaskedTextBox.Mask value of the editor.
Setting this property updates the C1.WPF.Input.C1MaskedTextBox.Mask on the underlying editor instance.
Declaration
public string Mask { get; set; }
Public Property Mask As String