using EditMAsk property of TextEdit of XtraEditors

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using the TextEdit for data entry of XtraEditors from DevExpress...
I want to validate a user entry for the value and the number of digits
entered...
I want that a two digit number shud be entered with range 0-23

so I put a mask as [0-1][0-9]|[0-2][0-3]
The problem is that , firstly | symbol is coming as it is...which shud not
come
The dataentry text box comes with the text as 00|00 whereas it shud come
like 00......

How to use the | symbol..Does it need to be put within brackets or something
like that..
 
Back
Top