Version

DataMode Property (WebMaskEditor)

Gets sets rules that are used to get/set the Value property.
Syntax
'Declaration
 
Public Property DataMode As MaskDataMode
public MaskDataMode DataMode {get; set;}
Remarks

Those rules define various combinations of the following conditions:

  • Whether or not the literal characters (not editable part of mask) should be included.
  • Whether or not the required empty mask positions should be included.
  • Whether or not the optional empty mask positions should be included.
Default value is set to 'RawTextWithRequiredPrompts'. This property is designed to be used when this editor is embedded into grid or other control.

Note: When literal characters are included and the value is set, then characters in that new value which positions match with the positions of the literal characters in mask are ignored. Though, those "dummy" characters should be present in the value, otherwise, the "data" characters will be lost and may appear shifted to wrong positions.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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