Intersoft ClientUI Documentation
UseEditMaskAsDisplayMask Property (UXNumericUpDown)



Gets or sets a value that determines whether EditMask is used as DisplayMask.
Syntax
<CategoryAttribute("Common Properties")>
Public Property UseEditMaskAsDisplayMask As Boolean
Dim instance As UXNumericUpDown
Dim value As Boolean
 
instance.UseEditMaskAsDisplayMask = value
 
value = instance.UseEditMaskAsDisplayMask
[CategoryAttribute("Common Properties")]
public bool UseEditMaskAsDisplayMask {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool UseEditMaskAsDisplayMask {
   bool get();
   void set (    bool value);
}
Remarks
If you want to use the EditMask as DisplayMask you can set the UseEditMaskAsDisplayMask to True. By enabling this property, UXNumericUpDown will ignore the DisplayMask value if it is filled.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXNumericUpDown Class
UXNumericUpDown Members

Concepts

UXDateTimeEditor
UXNumericUpDown

Send Feedback