Specifies the mask used for text input.
Declaration
componentPropObj.EditMask
Read-Write Property | String |
componentPropObj | One of the objects listed in the Applies To section |
Applies To
This property applies to the following objects:
TcxButtonEditProperties, TcxComboBoxProperties, TcxMRUEditProperties
Description
The EditMask
property specifies the mask that is used for text input into the edit field of the component. The mask lets the component restrict user input. If a user types a character that does not match the mask, the character will not be entered.
The mask structure and mask characters to be used depend on the MaskKind
property. For complete information on masks, see Using Masks.
Property Value
A string value that is used as the mask for text input.
See Also
Using Masks
MaskKind Property
IgnoreMaskBlank Property
CaseInsensitive Property