ValueMaskFormats Enumeration

Specifies how the underlying value of the text box is formatted when ValidationMode is set to MaskEdit.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public enum ValueMaskFormats

Members

ExcludeLiterals0 The value contains only the characters typed.
IncludeLireals1 The value contains the written and literal characters.

See Also