Click or drag to resize

FieldPropertiesTextBox_Mask Property

A formatting mask where 'a' represents an alphabetic character, '9' represents a digit, and '*' represented an alpha-numeric character.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string TextBox_Mask { get; }

Property Value

Type: String
A formatting mask where 'a' represents an alphabetic character, '9' represents a digit, and '*' represented an alpha-numeric character.
Remarks
Applies to CellType TextBox only.
See Also